From: Simon Gilliot Date: Tue, 19 Dec 2017 16:56:13 +0000 (+0100) Subject: Add Archlinux instructions for installation in README (#161) X-Git-Tag: v0.0.1-alpha~109 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6e1b11a750cc1d41d3c13cbcfe4aabef35cab148;p=oweals%2Fpeertube.git Add Archlinux instructions for installation in README (#161) --- 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 $ apt-get update $ apt-get install ffmpeg postgresql openssl +#### Arch Linux + + 1. Run: + + $ pacman -S nodejs yarn ffmpeg postgresql openssl + #### Other distribution... (PR welcome)