docs: fix CLAUDE.md install/uninstall path (ctask_v0.1 -> ctask)

This commit is contained in:
2026-05-15 16:03:01 -04:00
parent f1ec3963f5
commit 0e8e4a5d7b
+2 -2
View File
@@ -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
```