From 58e4a557e2b984633ce8ef7915bef36f5152fd1d Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 22 Aug 2016 12:22:36 +0200 Subject: [PATCH] Update readme --- README | 1 + README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 README diff --git a/README b/README new file mode 120000 index 0000000..42061c0 --- /dev/null +++ b/README @@ -0,0 +1 @@ +README.md \ No newline at end of file diff --git a/README.md b/README.md index 95a33a7..367d7b2 100644 --- a/README.md +++ b/README.md @@ -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` 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 1. Install *Homebrew* following the instructions at http://brew.sh/ 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 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