update docs

This commit is contained in:
Ace
2023-06-03 15:44:07 +02:00
parent 85c866e071
commit 3b74eb9468
8 changed files with 12 additions and 12 deletions

23
docsource/quickstart.md Normal file
View File

@@ -0,0 +1,23 @@
# Quickstart
<img align="center" src="https://github.com/aceisace/Inkycal/raw/assets/Repo/logo.png" width="800">
## Installing Inkycal
Install inkycal directly via the GitHub repo:
```bash
# clone the repo
git clone https://github.com/aceinnolab/Inkycal
# go to downloaded repo folder
cd Inkycal
# install Inkycal
pip3 install -e ./
```
## Creating settings file
Please navigate 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..