mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Documentation: Combine two "cd" commands in build instructions (#5457)
This commit is contained in:
parent
c909f7001c
commit
7b156a7add
Notes:
sideshowbarker
2024-07-18 22:01:15 +09:00
Author: https://github.com/Jorropo Commit: https://github.com/SerenityOS/serenity/commit/7b156a7add7 Pull-request: https://github.com/SerenityOS/serenity/pull/5457
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…
Reference in a new issue