Update README.md
This commit is contained in:
parent
58031311cb
commit
5c909c199f
1 changed files with 5 additions and 4 deletions
|
@ -11,10 +11,11 @@ Easy to use: Just drag a file on the executable and off it goes!
|
||||||
|
|
||||||
How to install(Windows, Linux, MacOS):
|
How to install(Windows, Linux, MacOS):
|
||||||
1. get node.js from [here](https://nodejs.org)
|
1. get node.js from [here](https://nodejs.org)
|
||||||
2. clone repo into any folder you like.
|
2. get ffmpeg for your platform [here](https://ffmpeg.org/download.html), put into $PATH
|
||||||
3. run `npm install --save` to get all dependencies
|
3. clone repo into any folder you like.
|
||||||
4. run `npm install -g .`
|
4. run `npm install --save` to get all dependencies
|
||||||
5. execute anywhere using the `8mb [optional: -preset {preset Index}] [file1] [file2] . . .` command!
|
5. run `npm install -g .`
|
||||||
|
6. execute anywhere using the `8mb [optional: -preset {preset Index}] [file1] [file2] . . .` command!
|
||||||
*might have bugs
|
*might have bugs
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue