fix 2 other typos (#209)
[oweals/peertube.git] / support / doc / dependencies.md
1 # Dependencies
2
3 ## Debian / Ubuntu
4
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)
7   2. Install yarn:
8      [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)
9   4. Run:
10
11 ```
12 $ apt-get update
13 $ apt-get install nginx ffmpeg postgresql openssl g++ make
14 ```
15
16 ## Arch Linux
17
18   1. Run:
19
20 ```
21 $ pacman -S nodejs yarn ffmpeg postgresql openssl
22 ```
23
24 ## Other distributions
25
26 Feel free to update this file in a pull request!
27