aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSimon Gilliot <simon@gilliot.fr>2017-12-19 17:56:13 +0100
committerChocobozzz <me@florianbigard.com>2017-12-19 17:56:13 +0100
commit6e1b11a750cc1d41d3c13cbcfe4aabef35cab148 (patch)
tree066f439e93ab5755e7f5bc3365f9bd0623fda678
parentd7a7c248b36af5f9cf7375ba62720e4a1530eca6 (diff)
downloadPeerTube-6e1b11a750cc1d41d3c13cbcfe4aabef35cab148.tar.gz
PeerTube-6e1b11a750cc1d41d3c13cbcfe4aabef35cab148.tar.zst
PeerTube-6e1b11a750cc1d41d3c13cbcfe4aabef35cab148.zip
Add Archlinux instructions for installation in README (#161)
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a6f6cfab8..077d6b8f0 100644
--- a/README.md
+++ b/README.md
@@ -144,6 +144,12 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
144 $ apt-get update 144 $ apt-get update
145 $ apt-get install ffmpeg postgresql openssl 145 $ apt-get install ffmpeg postgresql openssl
146 146
147#### Arch Linux
148
149 1. Run:
150
151 $ pacman -S nodejs yarn ffmpeg postgresql openssl
152
147#### Other distribution... (PR welcome) 153#### Other distribution... (PR welcome)
148 154
149 155