swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-19 22:57:46 -0400
committermain <main@swarm.moe>2026-03-19 22:57:46 -0400
commit07588a86bc7dc66f6dbef7f87fbfaf9772cc0eda (patch)
tree50edd400e17dd9c1b2c817deb70587c9b1e46d38 /README.md
parentf706910944ee8abe7b27a248596f7705059969d9 (diff)
downloadfidget_spinner-07588a86bc7dc66f6dbef7f87fbfaf9772cc0eda.zip
Install local CLI and skill links
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e30b28..dbd78c6 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,21 @@ Not implemented yet:
- strong markdown migration
- cross-project indexing
+## Local Install
+
+Install the release CLI into `~/.local/bin` and refresh the bundled skill
+symlinks in `~/.codex/skills` with:
+
+```bash
+./scripts/install-local.sh
+```
+
+Pass a different local install root or skill destination explicitly if needed:
+
+```bash
+./scripts/install-local.sh /tmp/fidget-local /tmp/codex-skills
+```
+
## Quickstart
Initialize the current directory as a Fidget Spinner project: