Skip to content

Commit fcf7392

Browse files
committed
update readme file. install by release tag
1 parent 3bec7b6 commit fcf7392

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ search golang packages and their docs from pkg.go.dev, provide the infomation to
44

55
## Install
66

7+
You can download the compiled binary from the [releases page](https://github.com/yikakia/godoc-mcp-server/releases/tag/latest).
8+
9+
Or you can install it from source, compile it by yourself:
10+
711
```shell
812
go install github.com/yikakia/godoc-mcp-server/cmd/godoc-mcp-server@latest
913
```
@@ -19,7 +23,7 @@ just use your client to request. it servers on stdio
1923
- getPackageInfo
2024
- [ ] get examples
2125
- release
22-
- [ ] use github actions to release for multiple platforms
26+
- [x] use github actions to release for multiple platforms
2327

2428
## Library Usage
2529

0 commit comments

Comments
 (0)