From 62350f6f12cf9cb7f9956db3cdcdef865b462102 Mon Sep 17 00:00:00 2001 From: walidsi <42148514+walidsi@users.noreply.github.com> Date: Mon, 5 May 2025 00:29:35 +0300 Subject: [PATCH] Added download instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d577b56..b8d6d8d 100644 --- a/README.md +++ b/README.md @@ -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