diff options
author | Pierre-Alain TORET <pierre-alain.toret@protonmail.com> | 2018-05-07 16:00:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-07 16:10:51 +0200 |
commit | d9c1882dd050f4a867a4bbfc3667424e41694ae1 (patch) | |
tree | 772dfda9e0aa595e8600deae73cf469ffba0dc7b | |
parent | af111faf77b7c51a7f0a697fc9789edad2a9a20a (diff) | |
download | PeerTube-d9c1882dd050f4a867a4bbfc3667424e41694ae1.tar.gz PeerTube-d9c1882dd050f4a867a4bbfc3667424e41694ae1.tar.zst PeerTube-d9c1882dd050f4a867a4bbfc3667424e41694ae1.zip |
Switch Arch Linux dependency to NodeJS LTS
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
-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 a1195d085..257eab59e 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -36,7 +36,7 @@ $ sudo apt install ffmpeg | |||
36 | 1. Run: | 36 | 1. Run: |
37 | 37 | ||
38 | ``` | 38 | ``` |
39 | $ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis git wget unzip python2 base-devel npm nginx | 39 | $ sudo pacman -S nodejs-lts-carbon yarn ffmpeg postgresql openssl redis git wget unzip python2 base-devel npm nginx |
40 | ``` | 40 | ``` |
41 | 41 | ||
42 | ## CentOS 7 | 42 | ## CentOS 7 |