From b5107a89844ae63769751b9b6da7c75d8c5ac9c5 Mon Sep 17 00:00:00 2001 From: Shaun Lawrie Date: Sat, 21 May 2022 19:31:17 +1200 Subject: [PATCH] Fix Windows install powershell script Signed-off-by: Shaun Lawrie --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 0f53fb5b4..89c27834b 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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