aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/dependencies.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r--support/doc/dependencies.md8
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