Browse Source

chore: update readme.md

pull/202/head
Aldino Kemal 1 year ago
committed by GitHub
parent
commit
c47e54eae5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      readme.md

5
readme.md

@ -33,6 +33,11 @@ Now that we support ARM64 for Linux:
- Webhook for received message - Webhook for received message
- `--webhook="http://yourwebhook.site/handler"`, or you can simplify - `--webhook="http://yourwebhook.site/handler"`, or you can simplify
- `-w="http://yourwebhook.site/handler"` - `-w="http://yourwebhook.site/handler"`
- Webhook Secret
Our webhook will be sent to you with an HMAC header and a sha256 default key `secret`.<br>
You may modify this by using the option below:
- `--webhook-secret="secret"`
- For more command `./main --help` - For more command `./main --help`
### Required (without docker) ### Required (without docker)

Loading…
Cancel
Save