mirror of https://github.com/docker/docs.git
Update 3_prepare_the_app.md
Wrong directory names for the repository. Change directory command wouldn't work if copy pasted.
This commit is contained in:
parent
0937284ec7
commit
ff2875dc35
|
@ -23,14 +23,14 @@ install Python or Go to follow the tutorial.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/docker/dockercloud-quickstart-python.git
|
$ git clone https://github.com/docker/dockercloud-quickstart-python.git
|
||||||
$ cd quickstart-python
|
$ cd dockercloud-quickstart-python
|
||||||
```
|
```
|
||||||
|
|
||||||
**Go quickstart**
|
**Go quickstart**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/docker/dockercloud-quickstart-go.git
|
$ git clone https://github.com/docker/dockercloud-quickstart-go.git
|
||||||
$ cd quickstart-go
|
$ cd dockercloud-quickstart-go
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build the application
|
## Build the application
|
||||||
|
|
Loading…
Reference in New Issue