build: standardize build and installation process in documentation and Makefile (#21)

- Add install, uninstall, and clean targets to the Makefile
- Change README instructions from `make build` to `make install`
- Update README.zh-cn instructions from `make build` to `make install`
- Update README.zh-tw instructions from `make build` to `make install`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/21
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-committed-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2025-04-08 01:33:33 +00:00
committed by hiifong
parent 8dc9ed9299
commit 1fecc1df30
4 changed files with 25 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ git clone https://gitea.com/gitea/gitea-mcp.git
然后运行:
```bash
make build
make install
```
### 📁 添加到 PATH