diff --git a/README.md b/README.md index 94e4933..53c043e 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ python ait.py --config custom This command will look for a configuration file named `ait.custom.config`. +### Fallback Configuration File search + +As a fallback, if no configuration file is found, the script will search for it in the user's home directory under `~\.ait\*`. + +You can also provide a user wide configuration file by placing it in the `~\.ait\` directory. + ### Command-Line Options - `--config`: Path to a JSON config file or a keyword to identify a specific config (`ait..config`). Default is `ait.config.json`.