mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Fix typo in AdvancedBuildInstructions.md
Fixes a small typo where the word `are` was missing.
This commit is contained in:
parent
d8a3e2fc4e
commit
bf522d3bb3
Notes:
sideshowbarker
2024-07-17 03:44:08 +09:00
Author: https://github.com/agustingianni 🔰 Commit: https://github.com/SerenityOS/serenity/commit/bf522d3bb3 Pull-request: https://github.com/SerenityOS/serenity/pull/16322
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ option to `Clang` as shown [above](#cmake-build-options), or pass `Clang` as the
|
|||
|
||||
## Clang-format updates
|
||||
|
||||
There 3 options to acquire an updated clang-format tool:
|
||||
There are 3 options to acquire an updated clang-format tool:
|
||||
1) If you have a Debian-based (apt-based) distribution, refer to [SelfHostedRunners.md](https://github.com/SerenityOS/serenity/blob/master/Documentation/SelfHostedRunners.md) document to learn more about using the LLVM apt repositories to install the latest clang-format tool.
|
||||
2) Compile using `Toolchain/BuildClang.sh` as being pointed above use the compiled `Toolchain/Local/clang/bin/clang-format` binary.
|
||||
3) Compile LLVM from source as pointed [here](https://llvm.org/docs/GettingStarted.html#compiling-the-llvm-suite-source-code).
|
||||
|
|
Loading…
Reference in a new issue