diff --git a/README.md b/README.md index 37810f7..e7356c3 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ you'll probably want the most recent version anyway. Enable execution of PowerShell scripts: - PS> Set-ExecutionPolicy Unrestricted + PS> Set-ExecutionPolicy Unrestricted -Scope CurrentUser Unblock PowerShell scripts and modules within this directory: - PS > ls -Recurse *.ps*1 | Unblock-File + PS> ls -Recurse *.ps*1 | Unblock-File ## Usage