Skip to content

Commit 6c9165c

Browse files
committed
mention github release builds
Signed-off-by: Sean Porter <portertech@gmail.com>
1 parent da39e12 commit 6c9165c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ A no-nonsense MCP (Model Context Protocol) server that exposes Claude-compatible
44

55
## Installation
66

7+
Pre-built binaries are available on the [GitHub Releases](https://github.com/portertech/skills-mcp-server/releases) page.
8+
9+
### Go Install
10+
711
```bash
812
go install github.com/portertech/skills-mcp-server/cmd/skills@latest
913
```
1014

11-
Or build from source:
15+
### Build from Source
1216

1317
```bash
1418
git clone https://github.com/portertech/skills-mcp-server.git

0 commit comments

Comments
 (0)