`git clone` should use `https` URL.
| ... | ... |
@@ -32,7 +32,7 @@ Again, you can do it in other ways but you need to do more work. |
| 32 | 32 |
|
| 33 | 33 |
## Check out the Source |
| 34 | 34 |
|
| 35 |
- $ git clone http://git@github.com/dotcloud/docker |
|
| 35 |
+ $ git clone https://git@github.com/dotcloud/docker |
|
| 36 | 36 |
$ cd docker |
| 37 | 37 |
|
| 38 | 38 |
To checkout a different revision just use `git checkout` |