mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:47:46 +00:00
Documentation: Combine two "cd" commands in build instructions (#5457)
This commit is contained in:
parent
c909f7001c
commit
7b156a7add
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue