BUILD docs: add a command to go back to the parent directory, so that the next command on the page ("./run") works (for absent-minded people like me who will try "run" from within "x")

This commit is contained in:
Manu Cornet 2019-10-02 22:28:09 +00:00
parent 1f8ba1ca79
commit 49ffd7ccb6

View file

@ -197,6 +197,7 @@ Then, build:
meson x --buildtype release --strip -Db_lto=true
cd x
ninja
cd ..
```
_Note: `ninja` [must][ninja-user] be run as a non-root user (only `ninja