diff options
author | Rigel Kent <par@rigelk.eu> | 2018-04-09 22:28:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-09 22:28:53 +0200 |
commit | 8b1c69440647b82dff92e33b7ec8845ffa62c940 (patch) | |
tree | 33c79b06c3e321098d5c4cc8398aef8a1f22f413 /support/doc/dependencies.md | |
parent | fc9e66242a381163c8cb65fd8f4c3802cf639db0 (diff) | |
download | PeerTube-8b1c69440647b82dff92e33b7ec8845ffa62c940.tar.gz PeerTube-8b1c69440647b82dff92e33b7ec8845ffa62c940.tar.zst PeerTube-8b1c69440647b82dff92e33b7ec8845ffa62c940.zip |
Adding a more specific phrasing for yarn installation (#487)
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r-- | support/doc/dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 75a475949..a1195d085 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -13,7 +13,7 @@ | |||
13 | [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) | 13 | [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) |
14 | 4. Install NodeJS 8.x (current LTS): | 14 | 4. Install NodeJS 8.x (current LTS): |
15 | [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) | 15 | [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) |
16 | 5. Install yarn: | 16 | 5. Install yarn, and be sure to have a recent version (>= 1.5.1, the latest release): |
17 | [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) | 17 | [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) |
18 | 6. Run: | 18 | 6. Run: |
19 | 19 | ||