Skip to content

Commit a5150d5

Browse files
authored
Merge pull request #80 from unorsk/update-readme-with-zig-version
Updating README.md with a command to run a specific zig version
2 parents d0f239b + d1e12a7 commit a5150d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ $ nix run 'github:mitchellh/zig-overlay'
4343
$ nix shell 'github:mitchellh/zig-overlay#master-2021-02-13'
4444
# open a shell with latest nightly version
4545
$ nix shell 'github:mitchellh/zig-overlay#master'
46+
# open a shell with a specific zig version
47+
$ nix shell 'github:mitchellh/zig-overlay#"0.14.0"'
4648
```
4749

4850
### Compiler Development

0 commit comments

Comments
 (0)