From d80ccbea072e4b559f8a4c95826b60f94982472e Mon Sep 17 00:00:00 2001 From: Lux Aliaga Date: Sat, 19 Aug 2023 18:58:40 -0400 Subject: [PATCH] manifest: Update metadata and installation guide Add a step to make the user check out to the latest stable release. Also, update my email in the crate's maintainer list. --- Cargo.toml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a64c364..d987d4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" readme = "README.md" description = "A CLI inventory for your files" -authors = ["Lux Aliaga "] +authors = ["Lux Aliaga "] repository = "https://git.sr.ht/~nixgoat/vento" license = "GPL-3.0-or-later" diff --git a/README.md b/README.md index d7a3942..5ddd4ff 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Clone the repository using `git`. $ git clone https://git.sr.ht/~nixgoat/vento && cd vento ``` +Check out to the latest stable release. + +``` +$ git checkout v1.2 +``` + ### 2.a) cargo-make This install method additionally installs the manpages for Vento. Make sure Rust, `cargo` and `cargo-make` are installed.