From c78772a5329fdb5068e65684a503d7beccc4ffe2 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Wed, 8 Oct 2025 20:03:08 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1c3cf9f..53a6b4e 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ * alerting on your phone using pushover **start** -# clone this repo -# create .env file that contains -## SOLAREDGE_API_KEY -## SOLAREDGE_SITE_ID -## PUSHOVER_USER_ID -## PUSHOVER_API_KEY -## BIND_ADDR eg. 0.0.0.0:3000 -## CALL_HOME url to include in the pushover notification -# cargo run +* clone this repo +* create .env file that contains +** SOLAREDGE_API_KEY +** SOLAREDGE_SITE_ID +** PUSHOVER_USER_ID +** PUSHOVER_API_KEY +** BIND_ADDR eg. 0.0.0.0:3000 +** CALL_HOME url to include in the pushover notification +* cargo run After successful startup a informational message is sent to pushover. \ No newline at end of file