From a967af0e45ec9c0d357648a81c109df457f45335 Mon Sep 17 00:00:00 2001 From: Randommmm <33863649+Randommmm@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:22:36 +1000 Subject: [PATCH] Update index.md fixed config.yaml reference. --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3a4fc4e..5677f8d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -76,7 +76,8 @@ pip3 install --upgrade -r requirements.txt ``` Copy config-example.py to config.py, change values as required (see comments in file) ```sh -copy config-example.py config.py +Windows: copy config-example.yaml config.yaml +Linux: cp config-example.yaml config.yaml ``` Run SunGather: ```sh