Browse Source

修改文档

jnotnull 6 years ago
parent
commit
0d04127651
1 changed files with 19 additions and 1 deletions
  1. 19
    1
      README.md

+ 19
- 1
README.md View File

@@ -1,3 +1,21 @@
1 1
 Fork from [mderrick/react-html5video](https://github.com/mderrick/react-html5video)
2 2
 
3
-Add speed/playbackRate control
3
+Add speed/playbackRate control
4
+
5
+Install dependencies.
6
+
7
+```bash
8
+$ npm install
9
+```
10
+
11
+Start server.
12
+
13
+```bash
14
+$ npm start
15
+```
16
+
17
+Build dist.
18
+
19
+```bash
20
+$ npm run build
21
+```