From 46bbb0293e341e7d2e52f02dd886519600d46234 Mon Sep 17 00:00:00 2001 From: Vishal Jain Date: Tue, 13 Feb 2018 12:26:49 -0500 Subject: [PATCH] corrected enable powershell executionpolicy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69da89a3dd..f0c028803c 100644 --- a/README.md +++ b/README.md @@ -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: