From b8da9d7b12c449e6fda4ef37730636ec5575fd81 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Wed, 6 Aug 2025 21:28:05 -0700 Subject: [PATCH] docs: tool cli install --- README.md | 2 +- packages/leann-mcp/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f8c46c..1c844f9 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/packages/leann-mcp/README.md b/packages/leann-mcp/README.md index bcda6a0..0893ad3 100644 --- a/packages/leann-mcp/README.md +++ b/packages/leann-mcp/README.md @@ -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.