From 5e91285e33501ac123bd1353568fbbc6e47a7431 Mon Sep 17 00:00:00 2001 From: jgerstbe Date: Fri, 17 Jul 2020 11:31:37 +0200 Subject: [PATCH] [U] readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9604ea4..7fe8543 100644 --- a/README.md +++ b/README.md @@ -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 ```