diff --git a/CLAUDE.md b/CLAUDE.md index f779c6e..c948b3e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -12,7 +12,7 @@ This project is a local-only Go CLI. It is not published to any package registry ### Install on Windows ```powershell -cd C:\Users\Warren\claude_tasks\ctask_v0.1 +cd C:\Users\Warren\claude_tasks\ctask powershell -NoProfile -ExecutionPolicy Bypass -File scripts/install.ps1 ``` @@ -29,7 +29,7 @@ This builds from the local repo, copies files to `%LOCALAPPDATA%\ctask\bin`, and ### Uninstall ```powershell -cd C:\Users\Warren\claude_tasks\ctask_v0.1 +cd C:\Users\Warren\claude_tasks\ctask powershell -NoProfile -ExecutionPolicy Bypass -File scripts/uninstall.ps1 ```