mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-05-04 08:41:36 +00:00
corrected enable powershell executionpolicy (#2020)
This commit is contained in:
committed by
Richard Kuhnt
parent
11e7b3e6f3
commit
7c19c954bd
@@ -6,7 +6,7 @@ Scoop is a command-line installer for Windows.
|
||||
Requirements:
|
||||
|
||||
* [PowerShell 3](https://www.microsoft.com/en-us/download/details.aspx?id=34595)
|
||||
* PowerShell must be enabled for your user account e.g. `set-executionpolicy remotesigned -s cu`
|
||||
* PowerShell must be enabled for your user account e.g. `set-executionpolicy remotesigned -s currentuser`
|
||||
|
||||
To install:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user