mirror of https://github.com/docker/docs.git
Fixed the stated clone directory (#4117)
The **git clone** command given in STEP #4 puts the cloned repository to the local **moby** folder, not to **docker**.
This commit is contained in:
parent
5c84cddbf7
commit
26a4165bbb
|
@ -40,7 +40,7 @@ You are now ready clone and build the Docker source code.
|
|||
In a new (to pick up the path change) PowerShell prompt, run:
|
||||
|
||||
git clone https://github.com/moby/moby
|
||||
cd docker
|
||||
cd moby
|
||||
|
||||
This clones the main Docker repository. Check out [Docker on GitHub](https://github.com/moby/moby) to learn about the other software that powers the Docker platform.
|
||||
|
||||
|
|
Loading…
Reference in New Issue