:: commit ad8620e704f6e4d9a5b73730ec2f9a89b00b0348

mintsuki <mintsuki@protonmail.com> — 2021-06-01 18:00

parents: 508e965626

docs: Do not fail to mention how to build limine-install with clang/LLVM too

diff --git a/README.md b/README.md
index 11349e75..08cf84c9 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ The generated bootloader files are going to be in `bin`.
 
 In order to build the BIOS port fully using clang/LLVM, run `make` as such:
 ```bash
-make limine-bios TOOLCHAIN="llvm" TOOLCHAIN_CC="clang" TOOLCHAIN_LD="ld.lld"
+make limine-bios bin/limine-install CC="clang" TOOLCHAIN="llvm" TOOLCHAIN_CC="clang" TOOLCHAIN_LD="ld.lld"
 ```
 And in order to build the UEFI port using clang/LLVM + `GNU binutils`, run `make` as such:
 ```bash
tab: 248 wrap: offon