From 57f501e0c83845f0e708e5e0877ccf6484d2281f Mon Sep 17 00:00:00 2001 From: cclohmar Date: Sat, 30 May 2026 15:21:25 +0000 Subject: [PATCH] docs: update one-liner install command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ab3d8a..3a42d93 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## 🚀 One-Command Install ```bash -sudo curl -sL https://git.lohmar.co.uk/cclohmar/ReceiptNext/releases/download/v1.0.0/install.sh | bash +sudo bash -c "$(curl -fsSL https://git.lohmar.co.uk/cclohmar/ReceiptNext/raw/branch/main/install.sh)" ``` Or from a local clone: