From 279b33a5c63d8c3ad7f7d1df04be816f7b3aa694 Mon Sep 17 00:00:00 2001 From: Adrian I Date: Thu, 7 Oct 2021 15:08:45 +0300 Subject: [PATCH] Replace to https git repo to not get blocked in install $ git clone git@github.com:getcandy/hub.git . => git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. $ git clone https://github.com/getcandy/hub.git . => Cloning into 'hub'... --- docs/hub/getting-started/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hub/getting-started/installation.md b/docs/hub/getting-started/installation.md index b4d2c4a..03b61c2 100755 --- a/docs/hub/getting-started/installation.md +++ b/docs/hub/getting-started/installation.md @@ -34,7 +34,7 @@ mkdir hub && cd hub Clone down the hub repository ```shell -git clone git@github.com:getcandy/hub.git . +git clone https://github.com/getcandy/hub.git . ``` Copy the example .env file @@ -75,4 +75,4 @@ If everything has gone to plan. You should now see the login page for the hub on ### What's Next -Getting issue's after installing? See if our troubleshooting page can get you going again. \ No newline at end of file +Getting issue's after installing? See if our troubleshooting page can get you going again.