diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-14 09:15:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-14 09:15:17 +0100 |
commit | 9940241328acd0bf1bed62f2e83a8122b5d5daf4 (patch) | |
tree | 0a29f43dc1b746b41ed5f83766c3702db16d9252 /support/doc/dependencies.md | |
parent | 93d1575311406a394a48ef55c12cee7ec59988c8 (diff) | |
download | PeerTube-9940241328acd0bf1bed62f2e83a8122b5d5daf4.tar.gz PeerTube-9940241328acd0bf1bed62f2e83a8122b5d5daf4.tar.zst PeerTube-9940241328acd0bf1bed62f2e83a8122b5d5daf4.zip |
Update documentations
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r-- | support/doc/dependencies.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 212233bcb..53759ec46 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -1,10 +1,10 @@ | |||
1 | # Dependencies | 1 | # Dependencies |
2 | 2 | ||
3 | ## Debian / Ubuntu and derivatives | 3 | ## Debian / Ubuntu and derivatives |
4 | 1. On a fresh Debian, as root user, install basic utility programs needed for the installation | 4 | 1. On a fresh Debian/Ubuntu, as root user, install basic utility programs needed for the installation |
5 | 5 | ||
6 | ``` | 6 | ``` |
7 | $ apt-get install curl sudo unzip vim | 7 | # apt-get install curl sudo unzip vim |
8 | ``` | 8 | ``` |
9 | 9 | ||
10 | 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access | 10 | 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access |
@@ -20,6 +20,7 @@ $ apt-get install curl sudo unzip vim | |||
20 | ``` | 20 | ``` |
21 | $ sudo apt update | 21 | $ sudo apt update |
22 | $ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git | 22 | $ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git |
23 | $ ffmpeg -version # Should be >= 3.x | ||
23 | ``` | 24 | ``` |
24 | 25 | ||
25 | ## Arch Linux | 26 | ## Arch Linux |