mirror of
https://git.sr.ht/~nixgoat/vento
synced 2024-11-16 03:53:04 +00:00
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:
parent
17217173f4
commit
d80ccbea07
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue