Skip to content

Commit b52b7ab

Browse files
authored
chore: update install (#13)
1 parent 6c0bb4c commit b52b7ab

File tree

3 files changed

+28
-83
lines changed

3 files changed

+28
-83
lines changed

.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ function sidebarDocs(): DefaultTheme.SidebarItem[] {
5252
]
5353
},
5454
{
55-
text: "Install WebhookX",
56-
collapsed: false,
55+
text: "Install",
56+
link: 'docs/install/index',
5757
items: [
58-
{ text: 'Docker', link: 'docs/install/docker' },
58+
{ text: 'WebhookX', link: 'docs/install/index' },
5959
]
6060
},
6161
{

docs/install/docker.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

docs/install/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Install WebhookX
2+
3+
4+
## macOS
5+
6+
```
7+
$ brew tap webhookx-io/webhookx
8+
$ brew install webhookx
9+
```
10+
11+
12+
## Linux
13+
14+
- Download the binary distribution on [releases](https://github.com/webhookx-io/webhookx/releases).
15+
16+
## Windows:
17+
18+
- Download the binary distribution on [releases](https://github.com/webhookx-io/webhookx/releases).
19+
20+
## Docker Compose
21+
22+
```
23+
$ curl -O https://raw.githubusercontent.com/webhookx-io/webhookx/master/docker-compose.yml
24+
$ docker compose up
25+
```

0 commit comments

Comments
 (0)