diff options
| author | main <main@swarm.moe> | 2026-03-19 22:57:46 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-19 22:57:46 -0400 |
| commit | 07588a86bc7dc66f6dbef7f87fbfaf9772cc0eda (patch) | |
| tree | 50edd400e17dd9c1b2c817deb70587c9b1e46d38 /README.md | |
| parent | f706910944ee8abe7b27a248596f7705059969d9 (diff) | |
| download | fidget_spinner-07588a86bc7dc66f6dbef7f87fbfaf9772cc0eda.zip | |
Install local CLI and skill links
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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: |