mirror of https://github.com/Chocobozzz/PeerTube
Add Archlinux instructions for installation in README (#161)
parent
d7a7c248b3
commit
6e1b11a750
|
@ -144,6 +144,12 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
|
||||||
$ apt-get update
|
$ apt-get update
|
||||||
$ apt-get install ffmpeg postgresql openssl
|
$ apt-get install ffmpeg postgresql openssl
|
||||||
|
|
||||||
|
#### Arch Linux
|
||||||
|
|
||||||
|
1. Run:
|
||||||
|
|
||||||
|
$ pacman -S nodejs yarn ffmpeg postgresql openssl
|
||||||
|
|
||||||
#### Other distribution... (PR welcome)
|
#### Other distribution... (PR welcome)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue