From 7b156a7add73921ea0a7829dfc9a310d940e02f6 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Sun, 21 Feb 2021 23:49:56 +0100 Subject: [PATCH] Documentation: Combine two "cd" commands in build instructions (#5457) --- Documentation/BuildInstructions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index a00a17a20a..cd52af8009 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -147,8 +147,7 @@ Building the toolchain will also automatically create a `Build/` directory for t Once the toolchain has been built, go into the `Build/` directory and run the commands. Note that while `ninja` seems to be faster, you can also just use GNU make, by omitting `-G Ninja` and calling `make` instead of `ninja`: ```bash -$ cd .. -$ cd Build +$ cd ../Build $ cmake .. -G Ninja $ ninja $ ninja install