Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
modify desc
  • Loading branch information
jarry authored Jun 28, 2020
1 parent a3ceb4d commit 68c9212
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions greenplayer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ This example is based on GoldVideo open source project (https://github.com/goldv

You can download the code and run the demo.

## INSTSLL
## INSTALL

```shell
$ npm i goldvideo-player # @see https://www.npmjs.com/package/goldvideo-player
$ npm install # maybe need input `npm audit fix` etc.
$ npm run dev # @see package.json
```

## PERPARE LIBRARY[optional]
## PREPARE LIBRARY[optional]

- Copy lib files(`libffmpeg.js, libffmpeg.wasm`) to `dist/lib` from [h265player/dist/lib](../../h265player/dist/lib).
or compile from [docoder_wasm](../../docoder_wasm) module by self. This example includes these lib files already.
Expand All @@ -30,4 +30,4 @@ You can download the code and run the demo.
```

## PREVIEW
visit: http://127.0.0.1:8000/example/greenplayer/demo/demo.html
visit: http://127.0.0.1:8000/example/greenplayer/demo/demo.html

0 comments on commit 68c9212

Please sign in to comment.