From 0e8e4a5d7bc4320cd933008d5b6e505f2b3c5ec4 Mon Sep 17 00:00:00 2001 From: typebasedio Date: Fri, 15 May 2026 16:03:01 -0400 Subject: [PATCH] docs: fix CLAUDE.md install/uninstall path (ctask_v0.1 -> ctask) --- CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index f779c6e..c948b3e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 ```