Skip to content

Commit cec70ad

Browse files
committed
docs: add one-liner install command
1 parent a441afd commit cec70ad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ An MCP (Model Context Protocol) server for automating Discord server setup using
4848

4949
## Installation
5050

51-
### From Source
51+
### Quick Install (One-Liner)
52+
53+
```bash
54+
git clone https://github.com/cj-vana/discord-setup-mcp.git && cd discord-setup-mcp && npm install && npm run build
55+
```
56+
57+
### Step by Step
5258

5359
```bash
5460
# Clone the repository

0 commit comments

Comments
 (0)