From 58f4e190cff77f6580bcbd3d6ba0cfbaeb0cc04c Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 17 Mar 2025 21:20:49 -0700 Subject: [PATCH] some fix --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 440cd8a..12c7e51 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,18 @@ There is currently no official release. You will need to build the Gitea MCP Ser ### 🔧 Build from Source -Before building, make sure you have the following installed: - - make - - Golang (Go 1.24 or later recommended) +You can download the source code by cloning the repository using Git: -Clone the repository and run: +``` +git clone https://gitea.com/gitea/gitea-mcp.git +``` + +Before building, make sure you have the following installed: + +- make +- Golang (Go 1.24 or later recommended) + +Then run: ```bash make build