Add instructions for using git master branch on Gentoo

pixelherodev 2020-02-18 17:32:48 -05:00
parent 0ba6f5e0c8
commit ca143fcbe2

@ -61,6 +61,12 @@ pacman -S zig
emerge dev-lang/zig
```
### Latest build from Git master branch
```
# If using zsh (and possibly other shells), prepend a backslash to the equals sign
emerge =dev-lang/zig-9999
```
## Void Linux
```