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