From 9940241328acd0bf1bed62f2e83a8122b5d5daf4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 14 Mar 2018 09:15:17 +0100 Subject: [PATCH] Update documentations --- README.md | 2 +- support/doc/dependencies.md | 5 +++-- support/doc/tools.md | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 110a014cb..0802662cb 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ BitTorrent) inside the web browser, as of today. * **NodeJS >= 8.x** * yarn * OpenSSL (cli) - * FFmpeg + * **FFmpeg >= 3.x** ## Run using Docker 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 @@ # Dependencies ## Debian / Ubuntu and derivatives - 1. On a fresh Debian, as root user, install basic utility programs needed for the installation + 1. On a fresh Debian/Ubuntu, as root user, install basic utility programs needed for the installation ``` -$ apt-get install curl sudo unzip vim +# apt-get install curl sudo unzip vim ``` 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 ``` $ sudo apt update $ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git +$ ffmpeg -version # Should be >= 3.x ``` ## Arch Linux diff --git a/support/doc/tools.md b/support/doc/tools.md index 2d5841c7c..144c2bd7a 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md @@ -9,8 +9,8 @@ ## Prerequisites -You need at least 512MB RAM to run the script. -Scripts can be launched directly from a PeerTube server (in this case you already have dependencies installed :+1:) or from a separate server, even a dekstop PC. +You need at least 512MB RAM to run the script. +Scripts can be launched directly from a PeerTube server, or from a separate server, even a desktop PC. ### Dependencies @@ -18,7 +18,7 @@ Install the [PeerTube dependencies](dependencies.md). ### Installation -Clone the PeerTube repo to get the latest version: +Clone the PeerTube repo to get the latest version (even if you are on your PeerTube server): ``` git clone https://github.com/Chocobozzz/PeerTube.git -- 2.41.0