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:
thaxy 2016-10-11 10:11:24 +02:00 committed by GitHub
parent 0937284ec7
commit ff2875dc35
1 changed files with 2 additions and 2 deletions

View File

@ -23,14 +23,14 @@ install Python or Go to follow the tutorial.
```bash
$ git clone https://github.com/docker/dockercloud-quickstart-python.git
$ cd quickstart-python
$ cd dockercloud-quickstart-python
```
**Go quickstart**
```bash
$ git clone https://github.com/docker/dockercloud-quickstart-go.git
$ cd quickstart-go
$ cd dockercloud-quickstart-go
```
## Build the application