diff options
author | Quentin Dupont <perso@quentindupont.fr> | 2019-03-28 14:14:59 +0100 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2019-03-28 14:14:59 +0100 |
commit | ccd3182a0d67c1d9e58bcccd633a8ad2b2f51328 (patch) | |
tree | c9441dc0a95c126fa3aea94caaa1dd126d029a67 /support | |
parent | e0812403d822e2f13dfcc2f261aa5fb8f2c09082 (diff) | |
download | PeerTube-ccd3182a0d67c1d9e58bcccd633a8ad2b2f51328.tar.gz PeerTube-ccd3182a0d67c1d9e58bcccd633a8ad2b2f51328.tar.zst PeerTube-ccd3182a0d67c1d9e58bcccd633a8ad2b2f51328.zip |
(doc) rephrase yarn version to latest (#1719)
Diffstat (limited to 'support')
-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 fb9f623a7..77cec3ba3 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -28,7 +28,7 @@ | |||
28 | [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) | 28 | [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) |
29 | 4. Install NodeJS 8.x (current LTS): | 29 | 4. Install NodeJS 8.x (current LTS): |
30 | [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) | 30 | [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) |
31 | 5. Install yarn, and be sure to have a recent version (>= 1.5.1, the latest release): | 31 | 5. Install yarn, and be sure to have [a recent version](https://github.com/yarnpkg/yarn/releases/latest): |
32 | [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) | 32 | [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) |
33 | 6. Run: | 33 | 6. Run: |
34 | 34 | ||