Added scoop zig nightly version (see https://github.com/ScoopInstaller/Versions/pull/273)

Thomas Tay 2021-12-01 11:41:00 -08:00
parent a294199e59
commit c85bf158fc

@ -42,10 +42,19 @@ nix-env -i zig
## Windows (using [scoop](http://scoop.sh/))
### Latest tagged release
```
scoop install zig
```
### Latest build from Git master branch
```
scoop bucket add versions
scoop install versions/zig-dev
```
## Windows (using [chocolatey](https://chocolatey.org))
```