aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-26 22:45:27 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-26 22:45:27 +0200
commit85cd99dc84cea7e9f428f251214bcdae428a9843 (patch)
tree1c5f1fe146fdbd9667295807b91178095cdbe4a6 /README.md
parentea893004aa1c1efd06fbea00da5baa511051c70a (diff)
downloadPeerTube-85cd99dc84cea7e9f428f251214bcdae428a9843.tar.gz
PeerTube-85cd99dc84cea7e9f428f251214bcdae428a9843.tar.zst
PeerTube-85cd99dc84cea7e9f428f251214bcdae428a9843.zip
Use yarn instead of npm install
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6e54e5bdb..54f9c7238 100644
--- a/README.md
+++ b/README.md
@@ -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