feat: better guide
This commit is contained in:
parent
f08a8e3cc2
commit
7961854dda
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -31,6 +31,17 @@ This currently supports running with node and docker
|
||||||
|
|
||||||
|
|
||||||
### Running with node
|
### 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
|
```bash
|
||||||
node server.js
|
node server.js
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue