From e3bde94285da0e0b678d7f6590ff8efdfd878138 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Fri, 21 Oct 2022 16:28:50 -0700 Subject: [PATCH] Update windows download docs to reflect zip files (#1292) ## Description Updates docs to expand zip files instead of tar.gz ones ## Type of change - [x] :world_map: Documentation --- docs/docs/setup/_download_binary.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/setup/_download_binary.md b/docs/docs/setup/_download_binary.md index 84f435ee4..5997ed753 100644 --- a/docs/docs/setup/_download_binary.md +++ b/docs/docs/setup/_download_binary.md @@ -11,9 +11,9 @@ import {Version} from '@site/src/corsoEnv'; { `Invoke-WebRequest \` - -Uri https://github.com/alcionai/corso/releases/download/${Version()}/corso_${Version()}_Windows_x86_64.tar.gz \` - -UseBasicParsing -Outfile corso_${Version()}_Windows_x86_64.tar.gz -tar zxvf .\\corso_${Version()}_Windows_x86_64.tar.gz` + -Uri https://github.com/alcionai/corso/releases/download/${Version()}/corso_${Version()}_Windows_x86_64.zip \` + -UseBasicParsing -Outfile corso_${Version()}_Windows_x86_64.zip +Expand-Archive .\\corso_${Version()}_Windows_x86_64.zip` }