docs: fix README install/uninstall path (ctask_v0.1 -> ctask)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user