Update documentations
authorChocobozzz <me@florianbigard.com>
Wed, 14 Mar 2018 08:15:17 +0000 (09:15 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 14 Mar 2018 08:15:17 +0000 (09:15 +0100)
README.md
support/doc/dependencies.md
support/doc/tools.md

index 110a014cbbeeef2ba8e44a9c0be97076ad61f4ab..0802662cb0fc28bd5a9e85cd6a26cc3c01be56bb 100644 (file)
--- 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
 
index 212233bcbb800910fd4a6e183f22f8a07711f970..53759ec46855dfc4fabf54c9c5959fd765eb2930 100644 (file)
@@ -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
index 2d5841c7c34c6b19cb3efc1bde1d64be4f790fca..144c2bd7a6e4f632f3b6a437f93d5a813173c9a7 100644 (file)
@@ -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