From 5862dab4d14883b21fa2fa91e4302e6797e52fbc Mon Sep 17 00:00:00 2001 From: James Hilton-Balfe Date: Wed, 29 May 2024 20:10:26 +0100 Subject: [PATCH] fix: install options (apparently install isn't a thing anymore) --- apps/mine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mine/README.md b/apps/mine/README.md index e29e245..1464f21 100644 --- a/apps/mine/README.md +++ b/apps/mine/README.md @@ -8,7 +8,7 @@ A blazing fast, little HTTP server for hosting, converting and uploading files f ## Installation ```bash -$ cargo install +$ cargo build ``` ## Running the app