diff --git a/README.md b/README.md index 4b28c57..683fe90 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,17 @@ High-quality parsing through [tree-sitter](https://tree-sitter.github.io/tree-si The `install` command auto-detects all installed coding agents and configures MCP server entries, instruction files, skills, and pre-tool hooks for each. +### asdf +If you are using [asdf-vm](https://asdf-vm.com), you can also install as follows: + +```shell +asdf plugin add codebase-memory-mcp https://github.com/shaolang/codebase-memory-mcp +asdf install codebase-memory-mcp latest +asdf set codebase-memory-mcp latest # or if you aren't in ~/, asdf set -p codebase-memory-mcp latest +``` + +Note that after running `codebase-memory-mcp install`, you'd need to update the coding agent's configuration (e.g., `~/.claude.json`) to point it to the correct path in asdf, i.e., `~/.asdf/shims/codebase-memory-mcp`, as codebase-memory-mcp assumes it's always located in `~/.local/bin`. + ### Graph Visualization UI If you downloaded the `ui` variant: