Documentation: Combine two "cd" commands in build instructions (#5457)

This commit is contained in:
Jorropo 2021-02-21 23:49:56 +01:00 committed by GitHub
parent c909f7001c
commit 7b156a7add
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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