From 75fa03bdcd521df1f2a03680c719854c329df960 Mon Sep 17 00:00:00 2001 From: Jon Wingender Date: Thu, 23 Jul 2026 00:47:13 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49b70d4..7ba7da6 100644 --- a/README.md +++ b/README.md @@ -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 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 # PowerShell as Administrator for the LocalMachine line). Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force