diff --git a/README.md b/README.md index 3d7a18c1..c85adf3d 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,19 @@ A web frontal that allows: Initially designed to run on a Raspberry Pi, probably it can run on many other Linux distributions. + - One-step Automated Install: #### `curl -sSL https://github.com/pucherot/Pi.Alert/raw/main/install/pialert_install.sh | bash` + - [Installation Guide (step by step)](docs/INSTALL.md) +# Update + +- One-step Automated Update: + #### `curl -sSL https://github.com/pucherot/Pi.Alert/raw/main/install/pialert_update.sh | bash` + + ## Device Management diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 4c954402..e563926b 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -18,6 +18,11 @@ Estimated time: 20' ### `curl -sSL https://github.com/pucherot/Pi.Alert/raw/main/install/pialert_install.sh | bash` +# One-step Automated Update: + +### `curl -sSL https://github.com/pucherot/Pi.Alert/raw/main/install/pialert_update.sh | bash` + + # Installation process (step by step)