docs: tool cli install
This commit is contained in:
@@ -433,7 +433,7 @@ leann --help
|
|||||||
**To make it globally available:**
|
**To make it globally available:**
|
||||||
```bash
|
```bash
|
||||||
# Install the LEANN CLI globally using uv tool
|
# 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
|
# Now you can use leann from anywhere without activating venv
|
||||||
leann --help
|
leann --help
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Intelligent code assistance using LEANN's vector search directly in Claude Code.
|
|||||||
First, install LEANN CLI globally:
|
First, install LEANN CLI globally:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
uv tool install leann
|
uv tool install leann-core
|
||||||
```
|
```
|
||||||
|
|
||||||
This makes the `leann` command available system-wide, which `leann_mcp` requires.
|
This makes the `leann` command available system-wide, which `leann_mcp` requires.
|
||||||
|
|||||||
Reference in New Issue
Block a user