From 8a3770e7dcf0cf6ce14731d9b5cb4c55143e89d1 Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Wed, 3 Jan 2024 15:46:36 +0300 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1d133bd..13b28cb 100644 --- a/README.md +++ b/README.md @@ -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`. 1. Install using [cargo-install](https://doc.rust-lang.org/cargo/commands/cargo-install.html): - ```bash - cargo install --locked --git https://github.com/theawiteb/lprs.git - ``` +```bash +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: - ```bash - lprs --help - ``` +```bash +lprs --help +``` ## Uninstallation ```bash