docs: fix clone path in README to use generic location

This commit is contained in:
Bryan Ramos 2026-04-02 07:07:01 -04:00
parent 3eccb72e20
commit a788cd5d52

View file

@ -5,8 +5,8 @@ A portable Claude Code agent team configuration. Clone it, run `install.sh`, and
## Quick install ## Quick install
```bash ```bash
git clone <repo-url> ~/Documents/Personal/projects/agent-team git clone <repo-url> ~/agent-team
cd ~/Documents/Personal/projects/agent-team cd ~/agent-team
./install.sh ./install.sh
``` ```