From 8a605b7b2b72e8e42fc80bad522fcd325aa65a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20Dunne?= Date: Thu, 6 Jan 2022 11:45:32 +0000 Subject: [PATCH] Use https git clone URL for easier access --- docker-compose/harness/README.md | 2 +- helm/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose/harness/README.md b/docker-compose/harness/README.md index 0887fbf..987c8b7 100644 --- a/docker-compose/harness/README.md +++ b/docker-compose/harness/README.md @@ -15,7 +15,7 @@ This page contains the instructions necessary to run Harness CE using Docker Com For Docker Desktop, see [Docker for Mac](https://docs.docker.com/docker-for-mac/#resources) or [Docker for Windows](https://docs.docker.com/docker-for-windows/#resources) for details on increasing resources 1) Clone this repo ```shell - git clone git@github.com:harness/harness-cd-community.git + git clone https://github.com/harness/harness-cd-community.git cd harness-cd-community/docker-compose/harness ``` 1) If you are running Docker Desktop on Windows or Mac skip this step. If you are running on Linux or wish to run a production install then please see [Advanced Configuration](#advanced-configuration) to set the hostname of your machine. diff --git a/helm/README.md b/helm/README.md index 1146bef..c404f05 100644 --- a/helm/README.md +++ b/helm/README.md @@ -16,7 +16,7 @@ This page contains the instructions necessary to run Harness CE using Helm on yo ## Starting Harness 1) Start by cloning this repo ```shell - git clone git@github.com:harness/harness-cd-community.git + git clone https://github.com/harness/harness-cd-community.git cd harness-cd-community/helm ``` 1) Start minikube