From 6e1b11a750cc1d41d3c13cbcfe4aabef35cab148 Mon Sep 17 00:00:00 2001 From: Simon Gilliot Date: Tue, 19 Dec 2017 17:56:13 +0100 Subject: [PATCH] Add Archlinux instructions for installation in README (#161) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- 2.25.1