feat: better guide

This commit is contained in:
obvTiger 2025-04-09 10:12:22 +02:00
parent f08a8e3cc2
commit 7961854dda

View file

@ -31,6 +31,17 @@ This currently supports running with node and docker
### Running with node
Optional: Downloading the script with curl or wget
This is not required when the whole repo has been cloned
```bash
wget https://git.eplg.services/obvtiger/simple-webhook-server/raw/branch/main/server.js
```
or
```bash
curl -o server.js https://git.eplg.services/obvtiger/simple-webhook-server/raw/branch/main/server.js
```
Then run the script
```bash
node server.js
```