Add Clang compile instructions to readme
diff --git a/README.md b/README.md
index dad4d225..5a5d93c5 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,13 @@ cd toolchain
After that is done, simply run `make` in the root of the repo to generate
`limine.bin`.
+### Building from source with Clang
+It is also possible to build Limine with Clang, using the following make command:
+
+```bash
+make CC="clang --target=i386-elf"
+```
+
## Discord server
We have a Discord server if you need support, info, or you just want to
hang out: https://discord.gg/QEeZMz4
