Skip to content

Commit

Permalink
docs: fix wrong link in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiipou authored Sep 9, 2024
1 parent 0fe2f8e commit 7a562a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ I personnaly put it in `~/bin/clone`

Quick curl script to do it with one of the following step :
```sh
curl -fSLo /usr/local/bin/clone https://github.com/shiipou/clone-project-manager/releases/latest/download/clone_$(uname -s)_$(uname -m)
curl -fSLo /usr/local/bin/clone https://github.com/shiipou/clone-project-manager/releases/latest/download/clone-$(uname -s)-$(uname -m)
```

or with cargo :
```sh
# You can specify the version by adding the --version argument.
cargo install -F cli clone-project-manager
cargo install clone-project-manager
```

## How to use it ?
Expand Down

0 comments on commit 7a562a2

Please sign in to comment.