Update README.md

This commit is contained in:
Jon Wingender
2026-07-23 00:47:40 +00:00
parent 75fa03bdcd
commit 4a13767ffc
+1 -1
View File
@@ -38,7 +38,7 @@ manually from the app (**Start AI** in the sidebar), not at boot.
```powershell
# 0. Allow scripts to run (PowerShell blocks unsigned scripts by default, which
# stops Nexus's CLI from working). "Process" scope covers only one single 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
# PowerShell as Administrator for the LocalMachine line).
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force