Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use https git clone URL for easier access #17

Merged
merged 1 commit into from
Jan 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose/harness/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down