README: add instructions for debian

nodejs-legacy for /usr/bin/node which is apparently needed
by bower install.
This commit is contained in:
Tim-Philipp Müller 2016-10-19 07:03:10 +01:00
parent b5d2c5f07b
commit fe8ec6f64c

1
README
View file

@ -39,6 +39,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
npm install && ./node_modules/bower/bin/bower install
cd ..
```