Skip to content

Commit 6fdad45

Browse files
authored
Add Info about Scoop for Windows install page (#382)
1 parent 203ce70 commit 6fdad45

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

install/windows/_windows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212

1313
**Addtional install options for Windows:**
1414

15+
* [Scoop](/install/windows#install-using-scoop) - *Install using Scoop*
1516
* [Installer](/install/windows#traditional-installation) - *The installer packages are available on download page.*

install/windows/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ Windows has the following additional platform specific dependencies:
2525

2626
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).
2727

28+
29+
## Install using Scoop
30+
31+
~~~ pwsh
32+
# Optional: Needed to run a remote script the first time
33+
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
34+
# Command for installing scoop
35+
Invoke-RestMethod -Url 'get.scoop.sh' | Invoke-Expression
36+
~~~
37+
38+
2839
0. Install required dependencies:
2940

3041
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.

0 commit comments

Comments
 (0)