aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 17c781c..7b24b5a 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ in a messy state if UM Linux panics.
It's just one simple file of C, so you can compile it any way you want.
-That said, I made a Makefile specifically to statically compile to a small
-binary that could be ran in any amd64 Linux, if that's what you need, and you
-what `make` it, then you also need the zig toolchain. It was just the best
-out-of-the-box option to statically compile a C binary.
+That said, I made a Makefile specifically to statically compile it to a small
+binary that could be ran in any amd64 Linux. If that's what you need, and you
+want to `make` it, then you also need [Zig](https://ziglang.org/download/).
+It was just the quickest "just werks™" option to statically compile a C binary.