Skip to content

Commit 43a4177

Browse files
authored
Update README.md
1 parent 95ed429 commit 43a4177

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To run this environment, you need to install
2020
Start off by cloning this repository.
2121

2222
```bash
23-
$ git clone https://github.com/clearlydefined/docker_dev_env_experiment
23+
$ git clone git@github.com:clearlydefined/docker_dev_env_experiment.git
2424
```
2525

2626
Change into that directory:
@@ -32,9 +32,9 @@ $ cd docker_dev_env_experiment
3232
I prefer to clone my copies of the ClearlyDefined repos into this directory as well
3333

3434
```bash
35-
$ git clone https://github.com/clearlydefined/website
36-
$ git clone https://github.com/clearlydefined/service
37-
$ git clone https://github.com/clearlydefined/crawler
35+
$ git clone git@github.com:clearlydefined/website.git
36+
$ git clone git@github.com:clearlydefined/service.git
37+
$ git clone git@github.com:clearlydefined/crawler.git
3838
```
3939

4040
Alternately, you can edit the **docker-compose.yml** file to point to where you have those repos cloned on your local system:

0 commit comments

Comments
 (0)