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 ```