Browse code

Updated path to be consistent w/ current Windows build process

Signed-off-by: Benjamin Baker <Benjamin.baker@utexas.edu>

Benjamin Baker authored on 2018/06/16 08:02:53
Showing 1 changed files
... ...
@@ -100,8 +100,8 @@ To build Moby, run:
100 100
 Copy out the resulting Windows Moby Engine binary to `dockerd.exe` in the
101 101
 current directory:
102 102
 
103
-    docker cp binaries:C:\go\src\github.com\moby\moby\bundles\docker.exe docker.exe
104
-    docker cp binaries:C:\go\src\github.com\moby\moby\bundles\dockerd.exe dockerd.exe
103
+    docker cp binaries:C:\go\src\github.com\docker\docker\bundles\docker.exe docker.exe
104
+    docker cp binaries:C:\go\src\github.com\docker\docker\bundles\dockerd.exe dockerd.exe
105 105
 
106 106
 To test it, stop the system Docker daemon and start the one you just built:
107 107