mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-23 10:21:48 +01:00
docs: fix install command in readme
This commit is contained in:
parent
dce6e092c8
commit
6a6c8e3ee3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue