Преглед на файлове

Merge pull request #37295 from Benjamin28/master

Updated path to be consistent w/ current Windows build process
Sebastiaan van Stijn преди 7 години
родител
ревизия
de0abf4315
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      docs/contributing/software-req-win.md

+ 2 - 2
docs/contributing/software-req-win.md

@@ -100,8 +100,8 @@ To build Moby, run:
 Copy out the resulting Windows Moby Engine binary to `dockerd.exe` in the
 Copy out the resulting Windows Moby Engine binary to `dockerd.exe` in the
 current directory:
 current directory:
 
 
-    docker cp binaries:C:\go\src\github.com\moby\moby\bundles\docker.exe docker.exe
-    docker cp binaries:C:\go\src\github.com\moby\moby\bundles\dockerd.exe dockerd.exe
+    docker cp binaries:C:\go\src\github.com\docker\docker\bundles\docker.exe docker.exe
+    docker cp binaries:C:\go\src\github.com\docker\docker\bundles\dockerd.exe dockerd.exe
 
 
 To test it, stop the system Docker daemon and start the one you just built:
 To test it, stop the system Docker daemon and start the one you just built: