From 588834ede80a161e74cf8d75290f2ecdfb8a3ef8 Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Tue, 2 Aug 2022 11:41:48 +1000 Subject: [PATCH] Update README.md Clarifying installation of different forks --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f5d0d97..b0f0c7ac 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,18 @@ With the work of [jokob-sk/Pi.Alert](https://github.com/jokob-sk/Pi.Alert) and o Initially designed to run on a Raspberry Pi, probably it can run on many other Linux distributions. +> Please note, this [fork](https://github.com/jokob-sk/) is only tested via the [docker install method](dockerfiles/README.md) + +Instructions for [puncherot's original code](https://github.com/pucherot/Pi.Alert/) + +- One-step Automated Install: + #### `curl -sSL https://github.com/pucherot/Pi.Alert/raw/main/install/pialert_install.sh | bash` + +Instructions for [leiweibau's fork](https://github.com/leiweibau/Pi.Alert/) + - One-step Automated Install: #### `curl -sSL https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_install.sh | bash` - + - One-step Automated Install without Webserver if another Webserver is already installed. (not recommended): #### `curl -sSL https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_install_no_webserver.sh | bash`