mirror of
https://github.com/ziglang/zig.git
synced 2024-11-24 13:20:14 +00:00
Added scoop zig nightly version (see https://github.com/ScoopInstaller/Versions/pull/273)
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))
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user