README: add instructions for arch linux

This commit is contained in:
Thibault Saunier 2016-10-21 10:37:33 -03:00
parent 6946bfb0c1
commit cd3a242aa1

1
README
View file

@ -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 ..
```