diff --git a/install.sh b/install.sh index 13bf43a..ec5a8df 100755 --- a/install.sh +++ b/install.sh @@ -221,6 +221,8 @@ main(){ done printm "Installation is complete." + echo "rpi-mqtt-monitor is now running and sending information to your MQTT broker." + echo "To see all available options run: rpi-mqtt-monitor -h in the terminal." } main