diff options
author | jameskimmel <salzmannjamin@gmail.com> | 2021-07-12 10:18:24 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-07-12 15:33:14 +0200 |
commit | 1d8400118ac9ab4bd94d29b67fcde6c52adf5406 (patch) | |
tree | 24ebcff6bc924b133ea673dad53e7984d2cb434f /support/doc | |
parent | 8182a37067483f56f6e435dec342a3cc512a0fb2 (diff) | |
download | PeerTube-1d8400118ac9ab4bd94d29b67fcde6c52adf5406.tar.gz PeerTube-1d8400118ac9ab4bd94d29b67fcde6c52adf5406.tar.zst PeerTube-1d8400118ac9ab4bd94d29b67fcde6c52adf5406.zip |
Update dependencies.md
The now LTS version of NodeJS is 14.x
Diffstat (limited to 'support/doc')
-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 798e05136..cb344d2d7 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -30,7 +30,7 @@ _note_: only **LTS** versions of external dependencies are supported. If no LTS | |||
30 | 30 | ||
31 | 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access | 31 | 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access |
32 | 32 | ||
33 | 3. Install NodeJS 12.x: | 33 | 3. Install NodeJS 14.x: |
34 | [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) | 34 | [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) |
35 | 4. Install yarn, and be sure to have [a recent version](https://github.com/yarnpkg/yarn/releases/latest): | 35 | 4. Install yarn, and be sure to have [a recent version](https://github.com/yarnpkg/yarn/releases/latest): |
36 | [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) | 36 | [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) |