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