diff --git a/README.md b/README.md index ef415e2..de96caa 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,13 @@ manually from the app (**Start AI** in the sidebar), not at boot. ### Windows (recommended) ```powershell +# 0. Allow scripts to run. Process scope covers THIS window (dies when it +# closes); the LocalMachine line makes it stick for every future shell, so +# `ncp` works without -ExecutionPolicy Bypass later. Run PowerShell as +# Administrator for the LocalMachine line. +Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force +Set-ExecutionPolicy -Scope LocalMachine -ExecutionPolicy RemoteSigned -Force + # 1. Install Git, then clone (public repo, no account/token needed): winget install Git.Git # open a NEW PowerShell window, then: