diff options
author | Thomas Citharel <tcit@tcit.fr> | 2018-01-23 08:53:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-23 08:53:15 +0100 |
commit | e5203ffa1260ee03f0f84ef6b65d57ccad5ee695 (patch) | |
tree | 8ba1b0815642625b7289f53b5a05811a7138057c /support/doc/dependencies.md | |
parent | 451ce9642c7be8cb2feb789105473d22909a0964 (diff) | |
download | PeerTube-e5203ffa1260ee03f0f84ef6b65d57ccad5ee695.tar.gz PeerTube-e5203ffa1260ee03f0f84ef6b65d57ccad5ee695.tar.zst PeerTube-e5203ffa1260ee03f0f84ef6b65d57ccad5ee695.zip |
Improve docs (#232)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r-- | support/doc/dependencies.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 2f2d4f49d..c950b357f 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # Dependencies | 1 | # Dependencies |
2 | 2 | ||
3 | ## Debian / Ubuntu | 3 | ## Debian / Ubuntu and derivatives |
4 | 4 | ||
5 | 1. Install NodeJS 8.x (current LTS): | 5 | 1. Install NodeJS 8.x (current LTS): |
6 | [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) | 6 | [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) |
@@ -9,8 +9,8 @@ | |||
9 | 4. Run: | 9 | 4. Run: |
10 | 10 | ||
11 | ``` | 11 | ``` |
12 | $ apt-get update | 12 | $ sudo apt update |
13 | $ apt-get install nginx ffmpeg postgresql openssl g++ make | 13 | $ sudo apt install nginx ffmpeg postgresql openssl g++ make |
14 | ``` | 14 | ``` |
15 | 15 | ||
16 | ## Arch Linux | 16 | ## Arch Linux |
@@ -18,7 +18,7 @@ $ apt-get install nginx ffmpeg postgresql openssl g++ make | |||
18 | 1. Run: | 18 | 1. Run: |
19 | 19 | ||
20 | ``` | 20 | ``` |
21 | $ pacman -S nodejs yarn ffmpeg postgresql openssl | 21 | $ sudo pacman -S nodejs yarn ffmpeg postgresql openssl |
22 | ``` | 22 | ``` |
23 | 23 | ||
24 | ## Other distributions | 24 | ## Other distributions |