diff options
Diffstat (limited to 'README.md')
-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. |