File tree 3 files changed +28
-83
lines changed
3 files changed +28
-83
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ function sidebarDocs(): DefaultTheme.SidebarItem[] {
52
52
]
53
53
} ,
54
54
{
55
- text : "Install WebhookX " ,
56
- collapsed : false ,
55
+ text : "Install" ,
56
+ link : 'docs/install/index' ,
57
57
items : [
58
- { text : 'Docker ' , link : 'docs/install/docker ' } ,
58
+ { text : 'WebhookX ' , link : 'docs/install/index ' } ,
59
59
]
60
60
} ,
61
61
{
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments