Merge pull request #5585 from lukemarsden/patch-1

git clone should use https URL in devenvironment.md
This commit is contained in:
Sven Dowideit 2014-05-05 08:48:13 +10:00
commit 3230889d24
1 changed files with 1 additions and 1 deletions

View File

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