a shell script that updates your zig to the master version
git clone https://github.com/wesleyParriott/zig-latest.git && \
cd zig-latest && \
./zig-latest
- jq for json parsing
- curl for get requests
- wget for file download
- sudo for permission escalation
MIT See the LICENSE file in the root of this directory for more details.