[U] readme

This commit is contained in:
Jan 2020-07-17 11:31:37 +02:00
parent f105aa5e50
commit 5e91285e33

View file

@ -10,7 +10,7 @@ To minimize friction (sync, multi user support) the images are downloaded from a
This project is heavily inspired by [TeleFrame](https://github.com/LukeSkywalker92/TeleFrame).
# Config
# config
```
WEBDAV_URL=https://your.webdav.host
WEBDAV_USER=user
@ -24,6 +24,8 @@ POLL_TIMEOUT=60000
```
git clone ...
npm install
cp .env.example .env
nano .env
node index.js
```