From 6d641cf8c9198e50d37274be57c21411e34d05fd Mon Sep 17 00:00:00 2001 From: cclohmar Date: Tue, 14 Jul 2026 10:11:28 +0000 Subject: [PATCH] fix: correct curl pipe syntax in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34fba84..c2ce490 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## 🚀 One-Command Install ```bash -bash -c "$(curl -fsSL https://git.lohmar.co.uk/cclohmar/NextExpense/raw/branch/main/install.sh)" -s -- --install +curl -fsSL https://git.lohmar.co.uk/cclohmar/NextExpense/raw/branch/main/install.sh | bash -s -- --install ``` Or from a local clone: