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.
This commit is contained in:
Lux Aliaga 2023-08-19 18:58:40 -04:00
parent 17217173f4
commit d80ccbea07
2 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,7 @@ edition = "2021"
readme = "README.md"
description = "A CLI inventory for your files"
authors = ["Lux Aliaga <they@mint.lgbt>"]
authors = ["Lux Aliaga <lux@nixgoat.me>"]
repository = "https://git.sr.ht/~nixgoat/vento"
license = "GPL-3.0-or-later"

View File

@ -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.