From f0da921f5350b447726b97fa92b833577a14c551 Mon Sep 17 00:00:00 2001 From: Vikash Kothary Date: Tue, 8 Mar 2022 21:05:43 +0000 Subject: [PATCH] docs: Add command to simplify the process of using config file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a9dc60..195e75e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,9 @@ Installing $ pip install -r src/requirements.txt -2. Configuration: The config file can be found here: `https://github.com/ankicommunity/anki-sync-server/src/ankisyncd.conf`. Copying the config file from `src/ankisyncd.conf` to `src/ankisyncd/ankisyncd.conf` will allow you to configure the server. Subsequent commands refer to `/anki-sync-server/src/ankisyncd`. +2. Copy the default config file ([ankisyncd.conf](src/ankisyncd.conf)) to configure the server using the command below. Environment variables can be used instead, see: [ENVVAR configuration overrides](#envvar-configuration-overrides). + + $ cp src/ankisyncd.conf src/ankisyncd/. 3. Create user: