Actualiser README.md
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled

This commit is contained in:
2025-06-07 08:01:10 +02:00
parent 2368a39d11
commit 7cc283a850

View File

@@ -40,14 +40,18 @@ The Model Context Protocol (MCP) server acts as a bridge between AI models (like
```bash ```bash
# Clone the repository # 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 # Install dependencies
cd homeassistant-mcp cd homeassistant-mcp
npm install
npm install -g bun
bun install
# Build the project # Build the project
npm run build npm run build
``` ```
### Running the Server ### Running the Server