Skip to content

Commit

Permalink
Remove extra slash (docker#5294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Misty Stanley-Jones committed Nov 13, 2017
1 parent eb317c9 commit b89bc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/installation/linux/docker-ce/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ the `dockerd.exe` and `docker.exe` binaries are included.
1. Use the following PowerShell commands to install and start Docker:

```none
PS C:\> Invoke-WebRequest https://download.docker.com/win/static/stable/x86_64//docker-{{ site.docker_ce_stable_version }}.0-ce.zip -UseBasicParsing -OutFile docker.zip
PS C:\> Invoke-WebRequest https://download.docker.com/win/static/stable/x86_64/docker-{{ site.docker_ce_stable_version }}.0-ce.zip -UseBasicParsing -OutFile docker.zip
PS C:\> Expand-Archive docker.zip -DestinationPath $Env:ProgramFiles
Expand Down

0 comments on commit b89bc43

Please sign in to comment.