From e42574fdbc2a7ac95eeddb40c23a1f299ce6a800 Mon Sep 17 00:00:00 2001 From: Dominic Frei Date: Thu, 3 Sep 2026 17:23:08 +0800 Subject: [PATCH] Drop the stale npm caveat from the install docs The skills are published now, so install fetches them from npm by default. Point out the local-checkout override instead. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1d4dce..5814769 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ skills with the repo, `--scope=personal` writes into your home config. A second install refreshes to the current skills and drops any it wrote before that no longer exist. -Until the skills are published to npm, point install at a local checkout with -`--skills-dir` or `GAFFA_SKILLS_DIR`. +The install command fetches the published skills from npm. To use a local +checkout instead, point it at one with `--skills-dir` or `GAFFA_SKILLS_DIR`. ### uninstall