Hello Everyone
I am just reporting feedback regarding clj powerShell script installer
I have Windows 10 Enterprise
Please add the following to do the docs:
1. Run powershell as admin
2. On powershell execute the following command Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Otherwise script will not run
3. clj command works on PowerShell only, but when I run it on cmd with the command given on the docs powershell -command clj clj works but does not download dependencies in same folder .edn file
This is just a remark, but I am only good in ShellScript and can't help with editing the .PS1 file. So for anyone who maintains it, thanks for updating it.
The doc is a wiki page, open for anyone to update