summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-08-11 20:37:11 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-08-11 20:37:11 +0300
commit4ea3a47eab5a9f6950507b82c10cee72fd6063b1 (patch)
treeb619393789f8209348c1eeeaef7b6c822604c1ac
parent80915fe54fbd33cd39cc1e2f11bb13312dfaa96a (diff)
downloadminit-4ea3a47eab5a9f6950507b82c10cee72fd6063b1.tar.gz
minit-4ea3a47eab5a9f6950507b82c10cee72fd6063b1.zip
README: grammer and link to Zig's website
-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.