docs: tool cli install

This commit is contained in:
Andy Lee
2025-08-06 21:28:05 -07:00
parent 0cb0463929
commit b8da9d7b12
2 changed files with 2 additions and 2 deletions

View File

@@ -433,7 +433,7 @@ leann --help
**To make it globally available:**
```bash
# Install the LEANN CLI globally using uv tool
uv tool install leann
uv tool install leann-core
# Now you can use leann from anywhere without activating venv
leann --help

View File

@@ -7,7 +7,7 @@ Intelligent code assistance using LEANN's vector search directly in Claude Code.
First, install LEANN CLI globally:
```bash
uv tool install leann
uv tool install leann-core
```
This makes the `leann` command available system-wide, which `leann_mcp` requires.