From f7a913e9ec1f3a609ff46da6f65ca2a775db4d7f Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 3 May 2019 21:04:10 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f0cd26..f0daf50 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This software fully supports the 3-Colour **and** 2-Colour version of the 7.5" E

## Main features -* Monthly Calendar which automatically updates itself to the current day +* Monthly Calendar which automatically update itself to the current day * Fetch appointments/events from your Google Calendar and display them on the Display * Fetch live weather data (temperature, humidity, sunrise- & sunset time, wind speed, weather-icon) from Openweathermap servers and display them on the E-Paper * Fetch RSS-feeds from given RSS-feed URLs and display the content (news, quotes etc.) on the E-Paper @@ -40,7 +40,7 @@ This software fully supports the 3-Colour **and** 2-Colour version of the 7.5" E * Or: Raspberry Pi Zero W. In this case, you'll need to solder 2x20 pin GPIO headers yourself * MicroSD card (min. 4GB) * MicroUSB cable (for power) -* Something to be used as a case (e.g. a (RIBBA) picture frame or a 3D-printed case) +* Something to be used as a case (e.g. a RIBBA photo-frame or a 3D-printed case) # Setup ## Getting the Raspberry Pi Zero W ready @@ -56,7 +56,9 @@ This software fully supports the 3-Colour **and** 2-Colour version of the 7.5" E ## Installing required packages for python 3.x Execute the following command in the Terminal to install all required packages. This will work on both, Raspbian Stretch with Desktop and Raspbian Stretch lite. -**`bash -c "$(curl -sL https://raw.githubusercontent.com/aceisace/Inky-Calendar/Stable/Installer-with-debug.sh)"`** + +## Attention: this is the Installer of the master branch (development branch). It is not guaranteed to work and is only here for testing +**`bash -c "$(curl -sL https://raw.githubusercontent.com/aceisace/Inky-Calendar/master/Installer-with-debug.sh)"`** If the Installer should fail for any reason, kindly open an issue and paste the error. Thanks.