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.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index d77724b5a..2f2d4f49d 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -1,8 +1,6 @@
1# Installation 1# Dependencies
2 2
3## Dependencies 3## Debian / Ubuntu
4
5### Debian / Ubuntu
6 4
7 1. Install NodeJS 8.x (current LTS): 5 1. Install NodeJS 8.x (current LTS):
8 [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)
@@ -10,20 +8,20 @@
10 [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) 8 [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)
11 4. Run: 9 4. Run:
12 10
13```bash 11```
14$ apt-get update 12$ apt-get update
15$ apt-get install nginx ffmpeg postgresql openssl g++ make 13$ apt-get install nginx ffmpeg postgresql openssl g++ make
16``` 14```
17 15
18### Arch Linux 16## Arch Linux
19 17
20 1. Run: 18 1. Run:
21 19
22```bash 20```
23$ pacman -S nodejs yarn ffmpeg postgresql openssl 21$ pacman -S nodejs yarn ffmpeg postgresql openssl
24``` 22```
25 23
26### Other distributions 24## Other distributions
27 25
28Feel free to update this file in a pull request! 26Feel free to update this file in a pull request!
29 27