1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
# zerv Dynamic Versioning Cli ## Installation ### Quick Install (Recommended) ```bash # Install latest version curl -sSL https://raw.githubusercontent.com/wisarootl/zerv/main/scripts/install.sh | bash # Install specific version curl -sSL https://raw.githubusercontent.com/wisarootl/zerv/main/scripts/install.sh | bash -s v0.4.3 # Or using environment variable curl -sSL https://raw.githubusercontent.com/wisarootl/zerv/main/scripts/install.sh | ZERV_VERSION=v0.4.3 bash ``` ### Manual Download Download pre-built binaries from [GitHub Releases](https://github.com/wisarootl/zerv/releases) ### From Source (Cargo) ```bash cargo install zerv ``` ## Uninstall For Quick Install and Manual Download: ```bash rm ~/.local/bin/zerv ```