From e3534cabb07539877f38e74ba399c241c4e84303 Mon Sep 17 00:00:00 2001 From: hjelev Date: Sun, 5 Feb 2023 15:49:18 +0200 Subject: [PATCH] update readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5d0f239..2ad0b86 100644 --- a/README.md +++ b/README.md @@ -40,15 +40,15 @@ If you don't like the automated installation here are manuall installation instr 1. Install pip if you don't have it: -```bash -sudo apt install python-pip -``` + ```bash + sudo apt install python-pip + ``` 2. Then install this python module needed for the script: -```bash -pip3 install paho-mqtt -``` + ```bash + pip3 install paho-mqtt + ``` 3. Install git if you don't have it: