From fc8f6cc4f62960e44d57473574db8d9cda0e3c75 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 7 Dec 2020 23:08:32 +0100 Subject: [PATCH] Update quickstart.md --- docs/quickstart.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 4c58921..a591c59 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -7,7 +7,7 @@ Install inkycal directly via the github repo: ```bash # clone the repo -git clone -b release/2.0.0 https://github.com/aceisace/Inky-Calendar Inkycal +git clone https://github.com/aceisace/Inkycal # go to downloaded repo folder cd Inkycal @@ -17,4 +17,7 @@ pip3 install -e ./ ``` ## Creating settings file -coming soon +Please nagivate to the [WEB-UI](https://aceisace.eu.pythonanywhere.com/index) to create your settings file. + +Copy the generated settings file to the Raspberry Pi +more coming soon..