From 5a11e9d8afd0bdc24e6cc81736ea3bdb2236800b Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Thu, 7 Jul 2016 23:00:42 -0700 Subject: [PATCH] Wrote more of the readme and made a requirments.txt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bad81f..6ce295a 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ There are some more external command-line programs that are essential to movies, - rTorrent: [Windows](https://rtwi.jmk.hu/wiki/rTorrentOnWindows), [OSX](http://macappstore.org/rtorrent/), Ubuntu: `sudo apt-get install rtorrent` - mpv: https://mpv.io/installation/ - Peerflix: - - Windows: follow [this](http://blog.teamtreehouse.com/install-node-js-npm-windows) guide to install npm: + - Windows: follow [this](http://blog.teamtreehouse.com/install-node-js-npm-windows) guide to install npm and then run this command: ```bash $ npm install -g peerflix ``` - OSX: Same as Windows, except follow [this](http://blog.teamtreehouse.com/install-node-js-npm-mac) guide. - Ubuntu: Again, the same, only follow [this](http://blog.teamtreehouse.com/install-node-js-npm-linux) guide instead. -And that should be it! +And that should be it! Eventually it'll be put up on pip, to make it much easier to install. ### Overview