diff --git a/install/windows/_windows.md b/install/windows/_windows.md index b98fe6600..2741ca3bc 100644 --- a/install/windows/_windows.md +++ b/install/windows/_windows.md @@ -12,4 +12,5 @@ **Addtional install options for Windows:** +* [Scoop](/install/windows#install-using-scoop) - *Install using Scoop* * [Installer](/install/windows#traditional-installation) - *The installer packages are available on download page.* diff --git a/install/windows/index.md b/install/windows/index.md index 092f96d67..b61fb9c7b 100644 --- a/install/windows/index.md +++ b/install/windows/index.md @@ -25,6 +25,17 @@ Windows has the following additional platform specific dependencies: The [Windows Package Manager](https://docs.microsoft.com/windows/package-manager/) can be found in the [Microsoft Store](https://www.microsoft.com/en-us/p/app-installer/9nblggh4nns1) or be [installed directly](ms-appinstaller:?source=https://aka.ms/getwinget). + +## Install using Scoop + +~~~ pwsh +# Optional: Needed to run a remote script the first time +Set-ExecutionPolicy RemoteSigned -Scope CurrentUser +# Command for installing scoop +Invoke-RestMethod -Url 'get.scoop.sh' | Invoke-Expression +~~~ + + 0. Install required dependencies: The platform dependencies cannot be installed through the currently supported package managers as the install rules do not install the components necessary. They will be installed through the Visual Studio installer.