From e5801da0b28082d95657c3cee9e14196cc217088 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 14 Aug 2025 16:19:13 -0600 Subject: [PATCH] doc: add missing install instructions --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7600f3..68315b9 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,13 @@ MCP_MAX_POOL_SIZE=10 ### Steps -1. **Clone the repository** +1. **Clone and enter the repository** + ```bash + git clone https://github.com/MariaDB/mcp.git ./mariadb-mcp + ``` + ```bash + cd ./mariadb-mcp/ + ``` 2. **Install `uv`** (if not already): ```bash pip install uv @@ -196,6 +202,9 @@ MCP_MAX_POOL_SIZE=10 uv pip compile pyproject.toml -o uv.lock ``` ```bash + uv venv + ``` + ```bash uv pip sync uv.lock ``` 4. **Create `.env`** in the project root (see [Configuration](#configuration--environment-variables))