Browse code

Update devenvironment.md

`git clone` should use `https` URL.

lukemarsden authored on 2014/05/05 01:52:48
Showing 1 changed files
... ...
@@ -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`