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

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