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:
Ryan Gatchalian 2017-08-09 05:44:04 +08:00 committed by Misty Stanley-Jones
parent 5c84cddbf7
commit 26a4165bbb
1 changed files with 1 additions and 1 deletions

View File

@ -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.