Hi @danielmackay
Pain
When following instructions in README.md to start project, I found that I could not run command .\up.ps1 due to the ExecutionPolicy set in PowerShell.
Though I was able to work around this using the command powershell.exe -ExecutionPolicy Unrestricted .\up.ps1, I am not sure that this is the best solution.
Tasks
Thanks!
Hi @danielmackay
Pain
When following instructions in
README.mdto start project, I found that I could not run command.\up.ps1due to the ExecutionPolicy set in PowerShell.Though I was able to work around this using the command
powershell.exe -ExecutionPolicy Unrestricted .\up.ps1, I am not sure that this is the best solution.Tasks
README.mdallowup.ps1to be securely runThanks!