swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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: