Fix Windows install powershell script

Signed-off-by: Shaun Lawrie <beatbophiphop@gmail.com>
This commit is contained in:
Shaun Lawrie 2022-05-21 19:31:17 +12:00 committed by GitHub
parent f8a155ff8a
commit b5107a8984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ From a PowerShell session run the following commands:
```PowerShell
# Download and extract desired containerd Windows binaries
$Version=1.6.2
$Version="1.6.4"
curl.exe -L https://github.com/containerd/containerd/releases/download/v$Version/containerd-$Version-windows-amd64.tar.gz -o containerd-windows-amd64.tar.gz
tar.exe xvf .\containerd-windows-amd64.tar.gz