Update README.md
This commit is contained in:
parent
4ee814864c
commit
ea20108222
15
README.md
15
README.md
@ -21,30 +21,39 @@ It is recommended to enable authentication (`-p` and `-u`) so your account permi
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* NodeJS >= 5.x (http://nodejs.org/)
|
* NodeJS >= 8.1 (http://nodejs.org/)
|
||||||
* NPM >= 2.5.x (https://www.npmjs.org/)
|
* NPM >= 5.8 (https://www.npmjs.org/)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Use the applicable instructions to install. Is your operating system not listed? Please ask or contribute!
|
Use the applicable instructions to install. Is your operating system not listed? Please ask or contribute!
|
||||||
|
|
||||||
### Debian (Mint, Ubuntu, etc)
|
### Linux (Debian, Mint, Ubuntu, etc)
|
||||||
|
|
||||||
1. Run in *Terminal*: `sudo apt-get install nodejs npm mkvtoolnix rtmpdump ffmpeg`
|
1. Run in *Terminal*: `sudo apt-get install nodejs npm mkvtoolnix rtmpdump ffmpeg`
|
||||||
2. Run in *Terminal*: `sudo ln -s /usr/bin/nodejs /usr/bin/node`
|
2. Run in *Terminal*: `sudo ln -s /usr/bin/nodejs /usr/bin/node`
|
||||||
3. Run in *Terminal*: `sudo npm install -g crunchy`
|
3. Run in *Terminal*: `sudo npm install -g crunchy`
|
||||||
|
|
||||||
|
#### Updating:
|
||||||
|
1. Run in *Terminal*: `sudo npm update -g crunchy`
|
||||||
|
|
||||||
### Mac OS X
|
### Mac OS X
|
||||||
|
|
||||||
1. Install *Homebrew* following the instructions at http://brew.sh/
|
1. Install *Homebrew* following the instructions at http://brew.sh/
|
||||||
2. Run in *Terminal*: `brew install node mkvtoolnix rtmpdump ffmpeg`
|
2. Run in *Terminal*: `brew install node mkvtoolnix rtmpdump ffmpeg`
|
||||||
3. Run in *Terminal*: `npm install -g crunchy`
|
3. Run in *Terminal*: `npm install -g crunchy`
|
||||||
|
|
||||||
|
#### Updating:
|
||||||
|
1. Run in *Terminal*: `sudo npm update -g crunchy`
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
1. Install *NodeJS* following the instructions at http://nodejs.org/
|
1. Install *NodeJS* following the instructions at http://nodejs.org/
|
||||||
3. Run in *Command Prompt*: `npm install -g crunchy`
|
3. Run in *Command Prompt*: `npm install -g crunchy`
|
||||||
|
|
||||||
|
#### Updating:
|
||||||
|
1. Run in *Terminal*: `npm update -g crunchy`
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
|
|
||||||
Use the applicable instructions for the interface of your choice (currently limited to command-line).
|
Use the applicable instructions for the interface of your choice (currently limited to command-line).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user