From 2109cd45aa7b6d44dbb6238104968702560e6b32 Mon Sep 17 00:00:00 2001 From: Quantum Date: Tue, 15 Oct 2024 02:32:20 -0400 Subject: [PATCH] Document cargo install in README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 248a130..96ee88e 100644 --- a/README.md +++ b/README.md @@ -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