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.