Installation
Lprs can be installed by building from source via cargo-install
or cargo build
.
- Install using
cargo-install
:cargo install lprs
- Building from source, clone the repository and run
cargo build --release
and copy the binary from thetarget/release
directory.