Skip to content

Commit

Permalink
remotesigned in README fixes ScoopInstaller#1221
Browse files Browse the repository at this point in the history
http://scoop.sh/ was updated to recommend `remotesigned` vs `unrestricted` but the README wasn't
Fixes ScoopInstaller#1221 - Change installation instructions to recommend RemoteSigned instead of Unrestricted
  • Loading branch information
darthwalsh authored Jan 23, 2017
1 parent f5cbae7 commit 0e5a42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 unrestricted -s cu`
* PowerShell must be enabled for your user account e.g. `set-executionpolicy remotesigned -s cu`

To install:

Expand Down

0 comments on commit 0e5a42f

Please sign in to comment.