From d72036ceb3eece9b0d441d6210c79a0ec6657b11 Mon Sep 17 00:00:00 2001 From: github Date: Mon, 8 Jan 2024 17:59:38 +0100 Subject: [PATCH] Fix documentation --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index f64bc83..bd8fe85 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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. @@ -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.