From cd3a242aa156246f4c9e18bad53a7a0d8926769d Mon Sep 17 00:00:00 2001
From: Thibault Saunier <thibault.saunier@osg.samsung.com>
Date: Fri, 21 Oct 2016 10:37:33 -0300
Subject: [PATCH] README: add instructions for arch linux

---
 README | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README b/README
index de5dea1427..bc073aa9ff 100644
--- a/README
+++ b/README
@@ -40,6 +40,7 @@ with the last step (building the theme):
 cd hotdoc_bootstrap_theme
 sudo dnf install nodejs # On Fedora
 sudo apt-get install nodejs nodejs-legacy npm # debian
+sudo pacman -S nodejs npm# arch
 npm install && ./node_modules/bower/bin/bower install
 cd ..
 ```