corrected enable powershell executionpolicy (#2020)

This commit is contained in:
Vishal Jain
2018-02-13 12:34:00 -05:00
committed by Richard Kuhnt
parent 11e7b3e6f3
commit 7c19c954bd
+1 -1
View File
@@ -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: