SSW.CleanArchitecture
SSW.CleanArchitecture copied to clipboard
📝 README - PowerShell Execution Policy
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
- [ ] Add best-practice instruction to
README.mdallowup.ps1to be securely run
Thanks!