Skip to content

Commit

Permalink
Update README for PowerShell execution policy shennanigans.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoikas committed Jul 9, 2024
1 parent 774c19d commit 908bc6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 908bc6b

Please sign in to comment.