commit 1f40b995fadfb4c0d14a514ce53c417bef300e56 parent d4c06a2ce092a5ebec66cefd6ba2aaccb6d88db9 Author: Martin Ashby <martin@ashbysoft.com> Date: Thu, 23 May 2024 21:49:40 +0100 Add README.md Diffstat:
A | README.md | | | 30 | ++++++++++++++++++++++++++++++ |
1 file changed, 30 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,29 @@ +# zigvm + +A simple tool for downloading and managing [zig](https://ziglang.org/) compilers. + +## why + +Zig is under active development and ships nightly builds. I used to update manually but it was tedious, so I wanted a tool to do the job. Making your own tools is fun and not tedious. + +## install + +### binary + +TODO: provide binaries for download. + +### from source + +Prerequisites: zig, git + +``` +git clone git://code.mfashby.net:/zigvm +cd zigvm +zig build +``` + +## usage + +`zigvm` with no arguments will download the latest `master` version of zig and install it to `~/.local/bin`. + +Run `zigvm -h` for other usage. +\ No newline at end of file