mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
README: add instructions for arch linux
This commit is contained in:
parent
6946bfb0c1
commit
cd3a242aa1
1 changed files with 1 additions and 0 deletions
1
README
1
README
|
@ -40,6 +40,7 @@ with the last step (building the theme):
|
||||||
cd hotdoc_bootstrap_theme
|
cd hotdoc_bootstrap_theme
|
||||||
sudo dnf install nodejs # On Fedora
|
sudo dnf install nodejs # On Fedora
|
||||||
sudo apt-get install nodejs nodejs-legacy npm # debian
|
sudo apt-get install nodejs nodejs-legacy npm # debian
|
||||||
|
sudo pacman -S nodejs npm# arch
|
||||||
npm install && ./node_modules/bower/bin/bower install
|
npm install && ./node_modules/bower/bin/bower install
|
||||||
cd ..
|
cd ..
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue