Awiteb
f9d36a2dd7
Reviewed-on: #49 Co-authored-by: Awiteb <a@4rs.nl> Co-committed-by: Awiteb <a@4rs.nl>
703 B
703 B
Installation
Lprs can be installed using the pre-built binaries or by building from source
via cargo-install
or cargo build
, by default the lprs will check for
updates, if you don't want this behavior, you can disable it by passing the
--no-default-features
flag to the cargo-install
or cargo build
command.
And for pre-built binaries, you will find a binary without lprs-update-notify
,
this binary will not check for updates.
- Pre-built binaries
- 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.