diff --git a/README.md b/README.md index 91076a4..a07036a 100644 --- a/README.md +++ b/README.md @@ -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 ```