Install binary
There are multiple ways to install prr
CLI tool. Choose any one of the
methods below that best suit your needs.
Build from source
To build prr
from source, you will first need to install Rust and Cargo.
Follow the instructions on the Rust installation page.
Once you have installed Rust, the following command can be used to build and
install prr
:
cargo install prr
This will automatically download prr
from crates.io, build it, and
install it in Cargo's global binary directory (~/.cargo/bin/
by default).
To uninstall, run the command:
cargo uninstall prr
Install using Homebrew
To install prr
using Homebrew, first follow Homebrew install
instructions.
Once Homebrew is installed, run:
brew install prr