From 7a9b0c9bee859daf2fd63bdf8342ded37394e46f Mon Sep 17 00:00:00 2001 From: Quantum Date: Mon, 14 Oct 2024 00:42:23 -0400 Subject: [PATCH] Document downloading latest release from GitHub --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b6e3e..248a130 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,14 @@ can be changed with flags. ## Installation -You can download a binary from GitHub releases or build it yourself: +You can download a binary from GitHub releases: + +```bash +sudo wget https://github.com/quantum5/ntfy-run/releases/latest/download/ntfy-run-amd64 -O /usr/local/bin/ntfy-run +sudo chmod a+x /usr/local/bin/ntfy-run +``` + +Alternatively, build it yourself: ```bash git clone https://github.com/quantum5/ntfy-run.git