From e5203ffa1260ee03f0f84ef6b65d57ccad5ee695 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 23 Jan 2018 08:53:15 +0100 Subject: Improve docs (#232) Signed-off-by: Thomas Citharel --- support/doc/dependencies.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'support/doc/dependencies.md') 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 @@ # Dependencies -## Debian / Ubuntu +## Debian / Ubuntu and derivatives 1. Install NodeJS 8.x (current LTS): [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 @@ 4. Run: ``` -$ apt-get update -$ apt-get install nginx ffmpeg postgresql openssl g++ make +$ sudo apt update +$ sudo apt install nginx ffmpeg postgresql openssl g++ make ``` ## Arch Linux @@ -18,7 +18,7 @@ $ apt-get install nginx ffmpeg postgresql openssl g++ make 1. Run: ``` -$ pacman -S nodejs yarn ffmpeg postgresql openssl +$ sudo pacman -S nodejs yarn ffmpeg postgresql openssl ``` ## Other distributions -- cgit v1.2.3