Skip to content

Commit

Permalink
Fixup in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Jul 28, 2023
1 parent afbe9d7 commit 95e350f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To install Docker Engine via script:
## Invoke from within an elevated Powershell prompt
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1" -o install-docker-ce.ps1
.\install-docker-ce.ps1
## Fetch docker-compose plugin
## Fetch docker-compose plugin (Change output path as needed)
Invoke-WebRequest -UseBasicParsing "https://github.com/docker/compose/releases/download/v2.18.1/docker-compose-windows-x86_64.exe" -o $Env:ProgramFiles\Docker\docker-compose.exe
```

Expand Down

0 comments on commit 95e350f

Please sign in to comment.