From 051ff7cc10ccdd4879154bb5e2c38ac239d6209b Mon Sep 17 00:00:00 2001 From: hjelev Date: Sun, 5 Feb 2023 15:46:43 +0200 Subject: [PATCH] update readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b4549dc..5d0f239 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ The easiest way to track your Raspberry Pi or Ubuntu computer system health and * You can install it with just one command from shell. -* Configurable: You can select what is monitored and how the message is sned (separetely or as a bulk csv message) +* Configurable: You can select what is monitored and how the message is sned (separately or as one csv message) -# Installation +## Installation -## Automated +### Automated Run this command to use the automated installation: @@ -34,7 +34,7 @@ The auto-installer needs the software below and will install it if its not found Only python is not automatically installed, the rest of the dependancies should be handeled by the auto installation. It will also help you configure the host and credentials for the mqtt server in config.py and create the cronjob configuration for you. -## Manual +### Manual If you don't like the automated installation here are manuall installation instructions: @@ -287,10 +287,10 @@ entities: - entity: sensor.rpi4_wifi_signal_dbm ``` -# To Do +## To Do - maybe add network traffic monitoring via some third party software (for now I can't find a way to do it without additional software) -# Feature request +## Feature request If you want to suggest a new feature or improvement don't hesitate to open an issue or pull request.