From 26a4165bbbaec42b57bcccdfdc8fb8b7efc36406 Mon Sep 17 00:00:00 2001 From: Ryan Gatchalian Date: Wed, 9 Aug 2017 05:44:04 +0800 Subject: [PATCH] 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**. --- opensource/project/software-req-win.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensource/project/software-req-win.md b/opensource/project/software-req-win.md index 141f69f94c..7b3a76b70d 100644 --- a/opensource/project/software-req-win.md +++ b/opensource/project/software-req-win.md @@ -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.