diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -123,6 +123,7 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio | |||
123 | 123 | ||
124 | * **NodeJS >= 6.x** | 124 | * **NodeJS >= 6.x** |
125 | * **npm >= 3.x** | 125 | * **npm >= 3.x** |
126 | * yarn | ||
126 | * OpenSSL (cli) | 127 | * OpenSSL (cli) |
127 | * PostgreSQL | 128 | * PostgreSQL |
128 | * FFmpeg | 129 | * FFmpeg |
@@ -130,6 +131,7 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio | |||
130 | #### Debian | 131 | #### Debian |
131 | 132 | ||
132 | * Install NodeJS 6.x (actual LTS): [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) | 133 | * Install NodeJS 6.x (actual LTS): [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) |
134 | * Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) | ||
133 | * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ | 135 | * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ |
134 | * Run: | 136 | * Run: |
135 | 137 | ||
@@ -143,7 +145,7 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio | |||
143 | 145 | ||
144 | $ git clone -b master https://github.com/Chocobozzz/PeerTube | 146 | $ git clone -b master https://github.com/Chocobozzz/PeerTube |
145 | $ cd PeerTube | 147 | $ cd PeerTube |
146 | $ npm install # Or npm install --unsafe-perm for root user | 148 | $ yarn install |
147 | $ npm run build | 149 | $ npm run build |
148 | 150 | ||
149 | ## Usage | 151 | ## Usage |