Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
qu35t-code committed Jan 8, 2024
1 parent 5969ad6 commit d72036c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
## Stable version from sources

```bash
git clone git@github.com:GoToolSharing/htb-cli.git
git clone https://github.com/GoToolSharing/htb-cli.git
Cloning into 'htb-cli'...
remote: Enumerating objects: 1756, done.
remote: Counting objects: 100% (224/224), done.
Expand Down Expand Up @@ -61,7 +61,7 @@ Development version (dev branch): a4cab218bb5f9851028091eb74469d4e21c469d0
## Development version from sources

```bash
git clone git@github.com:GoToolSharing/htb-cli.git
git clone https://github.com/GoToolSharing/htb-cli.git
Cloning into 'htb-cli'...
remote: Enumerating objects: 1756, done.
remote: Counting objects: 100% (224/224), done.
Expand Down

0 comments on commit d72036c

Please sign in to comment.