dev: change readme
All checks were successful
continuous-integration/drone/push Build is passing

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

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