mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update devenvironment.md
`git clone` should use `https` URL.
This commit is contained in:
parent
9488832c6d
commit
6799d14cb8
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue