mirror of
https://github.com/quantum5/ntfy-run.git
synced 2025-04-24 05:31:58 -04:00
Document downloading latest release from GitHub
This commit is contained in:
parent
339f65a24f
commit
7a9b0c9bee
|
@ -9,7 +9,14 @@ can be changed with flags.
|
||||||
|
|
||||||
## Installation
|
## 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
|
```bash
|
||||||
git clone https://github.com/quantum5/ntfy-run.git
|
git clone https://github.com/quantum5/ntfy-run.git
|
||||||
|
|
Loading…
Reference in a new issue