From e0a2c57a8dc86ec21b5ff426b2727604e6cbde65 Mon Sep 17 00:00:00 2001 From: Levente Kovacs Date: Mon, 28 Apr 2025 22:29:21 +0200 Subject: [PATCH] Copy the example ini file instead of move If we move the ini file, it might break the git repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 540c252..7f11c84 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ coming soon. This software is experimental and could have bugs. Bug reports and 5. Rename `example_config.ini`: ```sh - mv example_config.ini config.ini + cp example_config.ini config.ini ``` 6. Set up the configuration in `config.ini`: