mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Fix up README for recent changes
This commit is contained in:
parent
09f71131fb
commit
0a5edb45df
1 changed files with 4 additions and 4 deletions
8
README
8
README
|
@ -37,12 +37,12 @@ Follow the instructions outlined in the theme's README.md, you can dispense
|
|||
with the last step (building the theme):
|
||||
|
||||
```
|
||||
cd hotdoc_bootstrap_theme
|
||||
cd theme/hotdoc_bootstrap_theme
|
||||
sudo dnf install nodejs # On Fedora
|
||||
sudo apt-get install nodejs nodejs-legacy npm # debian
|
||||
sudo pacman -S nodejs npm# arch
|
||||
sudo pacman -S nodejs npm # arch
|
||||
npm install && ./node_modules/bower/bin/bower install
|
||||
cd ..
|
||||
cd ../..
|
||||
```
|
||||
|
||||
* Build the portal:
|
||||
|
@ -54,5 +54,5 @@ make
|
|||
* And browse it:
|
||||
|
||||
```
|
||||
xdg-open build/html/index.html
|
||||
xdg-open built_doc/html/index.html
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue