From 10f264e86070190db1d038156d7d18a66b6a2e29 Mon Sep 17 00:00:00 2001 From: hjelev Date: Sun, 5 Feb 2023 15:41:55 +0200 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fa8e1ef..031b668 100644 --- a/README.md +++ b/README.md @@ -35,23 +35,23 @@ It will also help you configure the host and credentials for the mqtt server in ## Manual If you don't like the automated installation here are manuall installation instructions: -Install pip if you don't have it: +1. Install pip if you don't have it: ```bash $ sudo apt install python-pip ``` -Then install this python module needed for the script: +2. Then install this python module needed for the script: ```bash $ pip3 install paho-mqtt ``` -Install git if you don't have it: +3. Install git if you don't have it: ```bash $ apt install git ``` -Clone the repository: +4. Clone the repository: ```bash $ git clone https://github.com/hjelev/rpi-mqtt-monitor.git ``` -Rename ```src/config.py.example``` to ```src/config.py``` +5. Rename ```src/config.py.example``` to ```src/config.py``` ## Configuration (only needed for manual installation)