Update README.md

This commit is contained in:
TheAwiteb 2024-01-03 15:46:36 +03:00
parent 3ced70b491
commit 8a3770e7dc
No known key found for this signature in database
GPG key ID: ABF818BD15DC2D34

View file

@ -7,14 +7,18 @@ Lprs is a local password manager designed to securely store and manage your pass
To install Lprs, you will need to have the Cargo package manager installed. If you do not have Cargo installed, you can install it by following the instructions [here](https://doc.rust-lang.org/cargo/getting-started/installation.html). Note the Minimum Supported Rust Version (MSRV) for Lprs is `1.70.0`. To install Lprs, you will need to have the Cargo package manager installed. If you do not have Cargo installed, you can install it by following the instructions [here](https://doc.rust-lang.org/cargo/getting-started/installation.html). Note the Minimum Supported Rust Version (MSRV) for Lprs is `1.70.0`.
1. Install using [cargo-install](https://doc.rust-lang.org/cargo/commands/cargo-install.html): 1. Install using [cargo-install](https://doc.rust-lang.org/cargo/commands/cargo-install.html):
```bash ```bash
cargo install --locked --git https://github.com/theawiteb/lprs.git cargo install lprs --locked
``` ```
This will enable the update notifications for Lprs. If you don't want to enable update notifications, you can install Lprs using:
```bash
cargo install lprs --locked --no-default-features
```
2. Run Lprs: 2. Run Lprs:
```bash ```bash
lprs --help lprs --help
``` ```
## Uninstallation ## Uninstallation
```bash ```bash