From ff42d4c3ef050458b454f1746fc4a6a373995bef Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 9 Jul 2024 19:33:12 -0400 Subject: [PATCH] Update README for PowerShell execution policy shennanigans. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 361f352..9fd6540 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,10 @@ testing server much more quickly and easily on Windows, Mac, or Linux. the base docker container name. You can overwrite this usage by setting the $ProjectName variable in `dockersand.ps1` (for Windows) or the PROJECT_NAME variable in `dockersand.sh` (for *nix) to the desired base container name. + - Windows users: By default, Windows Terminal may open a **Windows PowerShell** + prompt. Running any `./dockersand` commands in Windows PowerShell may trigger + security exceptions. You can avoid these by using the *Command Prompt* or by + running `Unblock-File dockersand.ps1`. 4) Once the build is complete, run `./dockersand start` to start the new containers for the database and the dirtsand server. Once this command has been run, you should