diff --git a/README.md b/README.md index 686dcd4..d456198 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ v0.6.0 -- local use, not published to any package registry. Windows-primary, cro ## Install (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 ``` @@ -84,7 +84,7 @@ Run `ctask doctor` to check if the status line is configured. See [docs/install. ## 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 ```