From a62c051bede64d256d57e8ced9a5475071f88bff Mon Sep 17 00:00:00 2001 From: "Fredrick W. Warren" Date: Mon, 15 Apr 2019 16:17:27 -0700 Subject: [PATCH] Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2af781..8fb394c 100644 --- a/README.md +++ b/README.md @@ -22,19 +22,19 @@ shutil.copy2(out_file, '/var/www/') # Bulid Instructions assumes installed to `~/python/solar_edge` -` +``` cd ~/python git clone http://git.elder-geek.net/fredw/solar_edge.git cd solar_edge cp env.sample .env direnv allow pip install -r requirements.txt -` +``` edit `.env` and update accordingly add to user crontab to update site every 5 minutes -` +``` 05 * * * * cd ~/python/solar_edge && direnv exec . python solar_edge.py > /dev/null 2>&1 -` +```