-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
531ffc8
commit b8b2689
Showing
2 changed files
with
35 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
zvm (Zig Version Manager) v0.1.6 | ||
-------------------------------- | ||
|
||
install, i <version> | ||
Use `install` or `i` to download a specific version of Zig. | ||
To install the latest version, use "master" | ||
|
||
use <version> | ||
Use `use` to switch between versions of Zig. | ||
|
||
ls | ||
Use `ls` to list all installed version of Zig. | ||
uninstall, rm <version> | ||
Use `uninstall` or `rm` to remove an uninstalled version from your system | ||
|
||
clean | ||
Use `clean` to remove build artifacts (Good if you're on Windows). | ||
|
||
version, --version, -v | ||
Prints the version of ZVM you have installed | ||
|
||
help, --help, -h | ||
Prints this message | ||
|
||
--nocolor, --nocolour | Turns off color | ||
--color, --colour | Toggles color | ||
|
||
--yescolor, --yescolour | Turns on color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters