mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 03:59:31 +01:00
Merge pull request 'fix install command in readme' (#114) from readme-install-fix into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/114
This commit is contained in:
commit
5f2f3ceb95
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