From dbca028c1dff2639fe80a39564f891595f4d4ffa Mon Sep 17 00:00:00 2001 From: Janis <76851529+DerTyp876@users.noreply.github.com> Date: Wed, 11 Jan 2023 14:23:51 +0100 Subject: [PATCH] Update readme.md --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2c93f79..1ea3a0c 100644 --- a/readme.md +++ b/readme.md @@ -35,7 +35,10 @@ Made with the "Remote App" feature of TeamSpeak5 **Done** ## Update ### Use script -If you want to update the project automatically, just double-click the "update.bat" file **OR** open a new console in the project directory and run the "update.ps1" command. +If you want to update the project automatically, just double-click the "update.bat" file **OR** open a new console in the project directory and run the "update.ps1" command. +If you encounter problems because of the microsoft execution policy open a console in the project directory and run +`powershell -ExecutionPolicy Bypass -File update.ps1` +https://stackoverflow.com/questions/4037939/powershell-says-execution-of-scripts-is-disabled-on-this-system ### Manually To manually update just delete the hole project directory and repeat the [setup](#setup) above :).