Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit dc8564b

Browse files
authored
Merge pull request #51 from Silvenga/readme-fix
Updated download link for nightly docker builds.
2 parents 89e2688 + be8b1c7 commit dc8564b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ For now, you need a recent version of `docker`, such as a nightly
3030
build from the master branch. In PowerShell:
3131

3232
```
33-
Invoke-WebRequest -UseBasicParsing -OutFile dockerd.exe https://master.dockerproject.org/windows/x86_64/dockerd.exe
34-
Invoke-WebRequest -UseBasicParsing -OutFile docker.exe https://master.dockerproject.org/windows/x86_64/docker.exe
33+
Invoke-WebRequest -UseBasicParsing -OutFile docker.zip https://master.dockerproject.com/windows/x86_64/docker.zip
34+
Expand-Archive docker.zip -DestinationPath $Env:ProgramFiles
3535
```
3636

3737
Next, you need to get the LinuxKit images. You can either build them

0 commit comments

Comments
 (0)