docs: fix install command in readme

This commit is contained in:
Cyborus 2024-08-08 13:34:48 -04:00
parent dce6e092c8
commit 6a6c8e3ee3
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ Install with `cargo install`
```
# Latest version
cargo install --git https://codeberg.org/Cyborus/forgejo-cli.git --tag v0.0.4
cargo install forgejo-cli
# From `main`
cargo install --git https://codeberg.org/Cyborus/forgejo-cli.git --branch main
```