README.md (629B)
1 # zigvm 2 3 A simple tool for downloading and managing [zig](https://ziglang.org/) compilers. 4 5 ## why 6 7 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. 8 9 ## install 10 11 ### binary 12 13 Download page [here](https://mfashby.net/projects/zigvm/) 14 15 ### from source 16 17 Prerequisites: zig, git 18 19 ``` 20 git clone git://code.mfashby.net:/zigvm 21 cd zigvm 22 zig build 23 ``` 24 25 ## usage 26 27 `zigvm` with no arguments will download the latest `master` version of zig and install it to `~/.local/bin`. 28 29 Run `zigvm -h` for other usage.