From a626d28937ee65b62ecaf1204ddd986582118bfb Mon Sep 17 00:00:00 2001 From: teddit Date: Fri, 4 Dec 2020 22:57:24 +0100 Subject: [PATCH] copy config.js.template instead of overwriting it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4768ca2..d35a4d0 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Leave ffmpeg out if you don't want video support. 1. `$ git clone https://codeberg.org/teddit/teddit` 1. `$ cd teddit` 1. `$ npm install --no-optional` -1. Edit `config.js.template` to suit your environment. After done, rename it to `config.js`. +1. Copy `config.js.template` to `config.js` and then edit it to suit your environment. 1. `$ node app.js` Teddit should be now running.