Update process doc

This commit is contained in:
pucherot
2021-01-27 11:31:12 +01:00
parent 534b98feaa
commit cf0df99bf1
2 changed files with 13 additions and 0 deletions

View File

@@ -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
<!--- --------------------------------------------------------------------- --->

View File

@@ -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)
<!--- --------------------------------------------------------------------- --->