diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-08-11 20:37:11 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-08-11 20:37:11 +0300 |
commit | 4ea3a47eab5a9f6950507b82c10cee72fd6063b1 (patch) | |
tree | b619393789f8209348c1eeeaef7b6c822604c1ac | |
parent | 80915fe54fbd33cd39cc1e2f11bb13312dfaa96a (diff) | |
download | minit-4ea3a47eab5a9f6950507b82c10cee72fd6063b1.tar.gz minit-4ea3a47eab5a9f6950507b82c10cee72fd6063b1.zip |
README: grammer and link to Zig's website
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |