From 7961854dda9a739e4720683254ac78919ad01ab1 Mon Sep 17 00:00:00 2001 From: obvTiger Date: Wed, 9 Apr 2025 10:12:22 +0200 Subject: [PATCH] feat: better guide --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ```