diff --git a/README.md b/README.md index d1fe075..06e4a89 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,18 @@ The Model Context Protocol (MCP) server acts as a bridge between AI models (like ```bash # Clone the repository -git clone https://github.com/your-repo/homeassistant-mcp.git +cd /data +git clone https://git.carriere.cloud/alex/homeassistant-mcp.git # Install dependencies cd homeassistant-mcp -npm install + +npm install -g bun +bun install # Build the project npm run build + ``` ### Running the Server