mirror of
https://github.com/quantum5/ntfy-run.git
synced 2025-04-24 05:31:58 -04:00
Document cargo install in README.md
This commit is contained in:
parent
a5e9f7e6fe
commit
2109cd45aa
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue