File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ To run this environment, you need to install
20
20
Start off by cloning this repository.
21
21
22
22
``` bash
23
- $ git clone https:// github.com/ clearlydefined/docker_dev_env_experiment
23
+ $ git clone git@ github.com: clearlydefined/docker_dev_env_experiment.git
24
24
```
25
25
26
26
Change into that directory:
@@ -32,9 +32,9 @@ $ cd docker_dev_env_experiment
32
32
I prefer to clone my copies of the ClearlyDefined repos into this directory as well
33
33
34
34
``` 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
38
38
```
39
39
40
40
Alternately, you can edit the ** docker-compose.yml** file to point to where you have those repos cloned on your local system:
You can’t perform that action at this time.
0 commit comments