Added download instructions

This commit is contained in:
walidsi
2025-05-05 00:29:35 +03:00
parent 565b111399
commit 62350f6f12

View File

@@ -4,7 +4,12 @@ A simple MCP server that provides hourly weather forecasts using the Open-meteo
## Setup
1. Install dependencies using `uv`:
1. Download the source code:
```bash
git clone https://github.com/walidsi/openmeteo-weather-mcp.git
```
2. Install dependencies using `uv`:
```bash
uv venv
uv sync