Releases: SeanTater/pv
Releases · SeanTater/pv
Release v0.2.0
Installation
Static Binary (Linux x86_64)
Download the static binary and make it executable:
curl -L -o pv https://github.com/SeanTater/pv/releases/download/v0.2.0/pv-linux-x86_64
chmod +x pv
sudo mv pv /usr/local/bin/Flatpak
Download the pv.flatpak file from the release assets and install with:
curl -L -o pv.flatpak https://github.com/SeanTater/pv/releases/download/v0.2.0/pv.flatpak
flatpak install pv.flatpakFrom Source
cargo install --git https://github.com/SeanTater/pv.git --tag v0.2.0Verification
Verify the installation:
pv --versionBarebones MVP
0.1.0 Merge into public repo