From 7cc283a850b011a17b0e8d0d0c3545afd9be9251 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 7 Jun 2025 08:01:10 +0200 Subject: [PATCH] Actualiser README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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