From 315dff8b17b46882986ce560fcd7eaf59df8e8be Mon Sep 17 00:00:00 2001 From: Hristo Date: Sat, 27 Jan 2024 20:57:42 +0200 Subject: [PATCH] Update Readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 746783e..44e2db2 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Once you run Raspberry Pi MQTT monitor there will be no output if it run OK, but Create a cron entry like this (you might need to update the path in the cron entry below, depending on where you installed it): ``` -*/2 * * * * /usr/bin/python /home/pi/rpi-mqtt-monitor/rpi-cpu2mqtt.py +*/2 * * * * cd /home/pi/rpi-mqtt-monitor; /usr/bin/python /home/pi/rpi-mqtt-monitor/rpi-cpu2mqtt.py ``` ## How to update