diff --git a/README.md b/README.md index 156289d..6fa945b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # KeyPresser -To use all you need to do is extract the PS1 file > Right click then click "Run with Powershell" \ No newline at end of file +To use all you need to do is extract the PS1 file > Right click then click "Run with Powershell" + +If you get an error message about a security policy you will need to run the following command in a powershell window. + +Set-ExecutionPolicy -ExecutionPolicy bypass