curl -fsSL https://raw.githubusercontent.com/3lvia/cli/trunk/install.sh | bashSupported platforms:
- Linux/WSL
- macOS (both Intel and M-series)
Windows is not supported natively; use WSL
Windows Subsystem for Linux (WSL).
Download the tarball file for your platform (and optionally the MD5 checksum) from the releases page, extract it and move the binary to a directory in your PATH.
If you are using WSL, you can install the Linux binary.
# OPTIONAL: verify checksum first
md5sum -c 3lv-linux-amd64.tar.gz.md5
tar -xzf 3lv-linux-amd64.tar.gz
sudo install -Dm755 -t /usr/local/bin 3lvThe installation is done by first installing the app, secondly trying (and failing) to open it, and thirdly allowing the opening of it.
tar -xzf 3lv-macos-arm64.tar.gz
sudo install -Dm755 3lv /usr/local/bin/If you have an M1 or newer mac, you can use the macos-arm64 binary.
To upgrade 3lv, simply run this command:
3lv upgradeThis will download the latest version and replace the existing binary.
You can also download the new binary manually and replace the old one using the same steps as in the installation section.