dev: change readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kekskurse 2021-09-20 12:52:33 +02:00
parent 8fec531a80
commit 01fac32265
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@
Status Page for your VM or HDD Server to montiro with an external tool like uptimerobot.com
# Installation
To Install the Server Montiroing download the last .deb File from the Release page and save it as http-server-status.deb on your server. Than run `dpkg -i http-server-status.deb`.
To Install the Server Montiroing download the last .deb File from the Release page and save it as http-server-status.deb on your server. Than install the package with dpkg
```
dpkg -i http-server-status.deb
```
Copy the config sample and edit the config.
```bigquery