mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
README: add instructions for debian
nodejs-legacy for /usr/bin/node which is apparently needed by bower install.
This commit is contained in:
parent
b5d2c5f07b
commit
fe8ec6f64c
1 changed files with 1 additions and 0 deletions
1
README
1
README
|
@ -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 ..
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue