docs: update one-liner install command in README

This commit is contained in:
Claus Lohmar 2026-05-30 15:21:25 +00:00
parent 1aa5ec456e
commit 57f501e0c8

View file

@ -9,7 +9,7 @@
## 🚀 One-Command Install ## 🚀 One-Command Install
```bash ```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: Or from a local clone: