Update README.md

This commit is contained in:
Jon Wingender
2026-07-23 00:47:13 +00:00
parent d393d47a7c
commit 75fa03bdcd
+1 -1
View File
@@ -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