From 07588a86bc7dc66f6dbef7f87fbfaf9772cc0eda Mon Sep 17 00:00:00 2001 From: main Date: Thu, 19 Mar 2026 22:57:46 -0400 Subject: Install local CLI and skill links --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') 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: -- cgit v1.2.3