SSW.CleanArchitecture icon indicating copy to clipboard operation
SSW.CleanArchitecture copied to clipboard

📝 README - PowerShell Execution Policy

Open ncn-ssw opened this issue 1 year ago • 0 comments

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.md allow up.ps1 to be securely run

Thanks!

ncn-ssw avatar Jun 27 '24 22:06 ncn-ssw