# CURL
curl -o- https://raw.githubusercontent.com/zcorky/zrsvm/master/install | bash
# WGET
wget -qO- https://raw.githubusercontent.com/zcorky/zrsvm/master/install | bash
Rust Version Manager (v1.0.4)
Rust Version Manager is a tool for managing multiple Go versions.
Usage:
zrsvm install <version> - Install Rust version
zrsvm use <version> - Use Rust version
zrsvm remove <version> - Remove Rust version
zrsvm ls - List the Go versions installed
zrsvm ls-remote - List all Go versions from remote
zrsvm current - Show current Rust version
zrsvm exec - Enter new shell with rust version for tmp
zrsvm help - Show help
Example:
zrsvm install v16.14.2
zrsvm use v16.14.2
zrsvm remove v16.14.2
zrsvm ls
zrsvm ls-remote
zrsvm current
ZMicro Design is released under the MIT License.