-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Turiiya edited this page May 19, 2024
·
2 revisions
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