1
0
Fork 0
mirror of https://github.com/quantum5/ntfy-run.git synced 2025-04-24 21:52:04 -04:00

Compare commits

...

1 commit

Author SHA1 Message Date
Quantum 2109cd45aa Document cargo install in README.md 2024-10-15 02:32:20 -04:00

View file

@ -16,7 +16,13 @@ sudo wget https://github.com/quantum5/ntfy-run/releases/latest/download/ntfy-run
sudo chmod a+x /usr/local/bin/ntfy-run
```
Alternatively, build it yourself:
You can also install the latest release with `cargo`:
```bash
cargo install ntfy-run
```
Finally, you can build the latest Git version yourself:
```bash
git clone https://github.com/quantum5/ntfy-run.git