Skip to content

Commit 1e8273a

Browse files
authored
docs: Simplify installation instructions in README
Updated installation instructions to refer to the latest release notes and removed detailed download commands for various platforms.
1 parent 29d86da commit 1e8273a

File tree

1 file changed

+9
-30
lines changed

1 file changed

+9
-30
lines changed

README.md

Lines changed: 9 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,7 @@ A Model Context Protocol (MCP) server that provides tools for working with GitHu
1515

1616
### Download Pre-built Binary (Recommended)
1717

18-
Download the latest release for your platform:
19-
20-
```bash
21-
# macOS (Apple Silicon)
22-
curl -L -o github-actions-utils-cli \
23-
https://github.com/techprimate/github-actions-utils-cli/releases/latest/download/github-actions-utils-cli-darwin-arm64
24-
chmod +x github-actions-utils-cli
25-
sudo mv github-actions-utils-cli /usr/local/bin/
26-
27-
# macOS (Intel)
28-
curl -L -o github-actions-utils-cli \
29-
https://github.com/techprimate/github-actions-utils-cli/releases/latest/download/github-actions-utils-cli-darwin-amd64
30-
chmod +x github-actions-utils-cli
31-
sudo mv github-actions-utils-cli /usr/local/bin/
32-
33-
# Linux (AMD64)
34-
curl -L -o github-actions-utils-cli \
35-
https://github.com/techprimate/github-actions-utils-cli/releases/latest/download/github-actions-utils-cli-linux-amd64
36-
chmod +x github-actions-utils-cli
37-
sudo mv github-actions-utils-cli /usr/local/bin/
38-
39-
# Linux (ARM64)
40-
curl -L -o github-actions-utils-cli \
41-
https://github.com/techprimate/github-actions-utils-cli/releases/latest/download/github-actions-utils-cli-linux-arm64
42-
chmod +x github-actions-utils-cli
43-
sudo mv github-actions-utils-cli /usr/local/bin/
44-
45-
# Windows (AMD64)
46-
# Download from: https://github.com/techprimate/github-actions-utils-cli/releases/latest/download/github-actions-utils-cli-windows-amd64.exe
47-
```
18+
Download the latest release for your platform as described in the [latest release notes](https://github.com/techprimate/github-actions-utils-cli/releases/tag/latest).
4819

4920
### Build from Source
5021

@@ -71,6 +42,14 @@ github-actions-utils-cli mcp
7142

7243
### MCP Client Configuration
7344

45+
#### Claude CLI
46+
47+
Add to your Claude CLI configuration using the `claude mcp` command:
48+
49+
```bash
50+
claude mcp add --transport stdio github-actions-utils-cli github-actions-utils-cli mcp
51+
```
52+
7453
#### Claude Desktop
7554

7655
Add to your Claude Desktop configuration (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):

0 commit comments

Comments
 (0)