mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
Wrote more of the readme and made a requirments.txt
This commit is contained in:
parent
e22926522a
commit
5a11e9d8af
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue