Update README.md
This commit is contained in:
@@ -38,7 +38,7 @@ manually from the app (**Start AI** in the sidebar), not at boot.
|
|||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
# 0. Allow scripts to run (PowerShell blocks unsigned scripts by default, which
|
# 0. Allow scripts to run (PowerShell blocks unsigned scripts by default, which
|
||||||
# stops Nexus's CLI from working). Process scope covers only this window;
|
# stops Nexus's CLI from working). "Process" scope covers only one single window;
|
||||||
# LocalMachine makes it permanent so ncp works from every future shell (run
|
# LocalMachine makes it permanent so ncp works from every future shell (run
|
||||||
# PowerShell as Administrator for the LocalMachine line).
|
# PowerShell as Administrator for the LocalMachine line).
|
||||||
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force
|
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force
|
||||||
|
|||||||
Reference in New Issue
Block a user