From cb3fc97a59ea568337c256edfefef82234ab724a Mon Sep 17 00:00:00 2001 From: Francy Lisboa Charuto Date: Wed, 4 Mar 2026 10:11:32 -0300 Subject: [PATCH] docs: Clarify bootstrap reference and install.sh --all context in README Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba8e027..fd9d491 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ python3 scripts/export_utils.py ./agent-skill-creator/ --variant desktop cd ~/.agents/skills/agent-skill-creator && git pull ``` -If you used `bootstrap.sh` or `./install.sh`, all symlinks update automatically — just `git pull` once from the canonical location. The skill also performs a silent git-based version check when loaded and will mention if a newer version is available. +If you used the one-liner (Option A) or `./install.sh` (Option C), all symlinks update automatically — just `git pull` once from the canonical location. The skill also performs a silent git-based version check when loaded and will mention if a newer version is available. --- @@ -458,7 +458,7 @@ All commands use exit code `0` for success, `1` for errors. All support `--json` **Platform not auto-detected**: Use `--platform cursor` (or copilot, windsurf, codex, gemini, kiro, trae, goose, opencode, roo-code, antigravity, universal) to specify explicitly. -**Install to all tools at once**: Use `./install.sh --all` to install to every detected platform in one command. +**Install to all tools at once**: Inside a generated skill, use `./install.sh --all` to install to every detected platform in one command. ---