Skip to content

Installation

Turiiya edited this page May 19, 2024 · 2 revisions

Downloadable release binaries

Pre-built binaries can be downloaded from the release page.

Note

Move or link the downloaded binary to an executable path for easy usage.

# E.g., a direct download of `vzit` to `~/.local/bin/`
curl -Lo ~/.local/bin/vzit https://github.com/ttytm/vzit/releases/latest/download/vzit-linux-amd64 && \
chmod +x ~/.local/bin/vzit
# Should work
vzit --version

Clone this wiki locally