From 6d43ec3a41c63cc6a82502a12558186f8c823669 Mon Sep 17 00:00:00 2001 From: w287346141 <287346141@qq.com> Date: Sun, 24 May 2026 08:38:57 +0800 Subject: [PATCH] Document PowerShell npm.cmd usage in English README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c8be058..6c8afd8 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ cd path/to/project carboncode ``` +On Windows PowerShell, if `npm` fails with a script execution policy error, use +`npm.cmd` instead: + +```powershell +npm.cmd install -g @carboncode/cli +``` + Short command: ```bash