update readme

This commit is contained in:
CodeDevMLH
2025-09-25 23:07:15 +02:00
parent b789d547db
commit 1de260f966

View File

@@ -101,9 +101,9 @@ modification_rules:
### Running the Script ### Running the Script
Run the script by providing the path to your YAML configuration file, using the following command: Run the script by providing the path to your YAML configuration file, using the following command:
```bash ```bash
python script.py <path_to_config_file> python customize-WebUI.py <path_to_config_file>
``` ```
So for example: So for example if config is in same folder:
```bash ```bash
python customize-WebUI.py config.yaml python customize-WebUI.py config.yaml
``` ```