From 49ffd7ccb618d69e9366e8ab8778611cb185702b Mon Sep 17 00:00:00 2001 From: Manu Cornet Date: Wed, 2 Oct 2019 22:28:09 +0000 Subject: [PATCH] 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") --- BUILD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.md b/BUILD.md index 475580f8..bcfa0ce0 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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