diff --git a/README.md b/README.md index 8aee92b..0b49aab 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ Disabled sensors are represented with False in the message. # Installation +I have created an automated bash installation, its working but not extensively tested + +```bash +bash <(curl -s https://raw.githubusercontent.com/hjelev/rpi-mqtt-monitor/master/remote_install.sh) +``` + + + If you don't have pip installed: ```bash $ sudo apt install python-pip