Copy the example ini file instead of move

If we move the ini file, it might break the git repo
This commit is contained in:
Levente Kovacs 2025-04-28 22:29:21 +02:00
parent 3fea62db14
commit e0a2c57a8d

View file

@ -57,7 +57,7 @@ coming soon. This software is experimental and could have bugs. Bug reports and
5. Rename `example_config.ini`: 5. Rename `example_config.ini`:
```sh ```sh
mv example_config.ini config.ini cp example_config.ini config.ini
``` ```
6. Set up the configuration in `config.ini`: 6. Set up the configuration in `config.ini`: