From bf522d3bb3f633f8ca35e0e91dae3a586b9ac216 Mon Sep 17 00:00:00 2001 From: Agustin Gianni Date: Mon, 5 Dec 2022 11:52:18 +0100 Subject: [PATCH] Documentation: Fix typo in AdvancedBuildInstructions.md Fixes a small typo where the word `are` was missing. --- Documentation/AdvancedBuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/AdvancedBuildInstructions.md b/Documentation/AdvancedBuildInstructions.md index c5bd10b4a21..09a1d6d8456 100644 --- a/Documentation/AdvancedBuildInstructions.md +++ b/Documentation/AdvancedBuildInstructions.md @@ -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).