Skip to content

Commit a2364bc

Browse files
committed
README.md: Update
1 parent f5d2216 commit a2364bc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ npm install --save flv.js
3333

3434
## Build
3535
```bash
36-
npm ci # install dependencies / dev-dependences
37-
npm run build:debug # debug version flv.js will be emitted to /dist
38-
npm run build # minified release version flv.min.js will be emitted to /dist
36+
npm ci # install dependencies / dev-dependences
37+
npm run dev # watch file change and build debug version on the fly
3938
```
4039

4140
[cnpm](https://github.com/cnpm/cnpm) mirror is recommended if you are in Mainland China.
@@ -78,9 +77,9 @@ See [api.md](docs/api.md)
7877

7978
## Debug
8079
```bash
81-
npm install # install dev-dependences
82-
npm install -g gulp # install build tool
83-
npm run dev # with incremental compile and auto reload
80+
npm ci # install dependencies / dev-dependences
81+
npm run build:debug # debug version flv.js will be emitted to /dist
82+
npm run build # minimized release version flv.min.js will be emitted to /dist
8483
```
8584

8685
## Design

0 commit comments

Comments
 (0)