diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-12 18:55:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-12 18:55:45 +0100 |
commit | afe817679974cec47f5bea1699cee3fe58cd5ada (patch) | |
tree | 1134780b1dc24191d0f8a66e3ff8f206e1ca2d36 /support/doc/dependencies.md | |
parent | 63bfad7ec984dad1e9a96de1f191db5cc78db5bf (diff) | |
download | PeerTube-afe817679974cec47f5bea1699cee3fe58cd5ada.tar.gz PeerTube-afe817679974cec47f5bea1699cee3fe58cd5ada.tar.zst PeerTube-afe817679974cec47f5bea1699cee3fe58cd5ada.zip |
Some markdown fixes
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r-- | support/doc/dependencies.md | 14 |
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 | ||
28 | Feel free to update this file in a pull request! | 26 | Feel free to update this file in a pull request! |
29 | 27 | ||