From a788cd5d52044b9aae01f1061cbe9f65e62521f3 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 2 Apr 2026 07:07:01 -0400 Subject: [PATCH] docs: fix clone path in README to use generic location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b653a93..95e02b3 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ A portable Claude Code agent team configuration. Clone it, run `install.sh`, and ## Quick install ```bash -git clone ~/Documents/Personal/projects/agent-team -cd ~/Documents/Personal/projects/agent-team +git clone ~/agent-team +cd ~/agent-team ./install.sh ```