Install¶
Linux¶
curl -L -o ~/.local/bin/paz https://codeberg.org/nostralink/paz/releases/download/v0.2.5/paz
chmod +x ~/.local/bin/paz
paz
Other platforms¶
There are no binaries available for other platforms at the moment. To build paz on your platform with cargo, use the following commands:
git clone https://codeberg.org/nostralink/paz
cd paz
cargo build -r