From 34823d0204c913c69d26b74c0cad8ad94b06b91a Mon Sep 17 00:00:00 2001 From: hjelev Date: Thu, 17 Mar 2022 00:51:10 +0200 Subject: [PATCH] installation script --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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