Update readme

This commit is contained in:
Godzil 2016-08-22 12:22:36 +02:00
parent 8371d68113
commit 58e4a557e2
2 changed files with 4 additions and 3 deletions

1
README Symbolic link
View File

@ -0,0 +1 @@
README.md

View File

@ -30,18 +30,18 @@ Use the applicable instructions to install. Is your operating system not listed?
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 godzil/crunchyroll.js` 3. Run in *Terminal*: `sudo npm install -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 godzil/crunchyroll.js` 3. Run in *Terminal*: `npm install -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 godzil/crunchyroll.js` 3. Run in *Command Prompt*: `npm install -g crunchy`
## Instructions ## Instructions