We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ce55a commit 817be0aCopy full SHA for 817be0a
README.md
@@ -24,7 +24,11 @@ PyARINC424 is a tool that parses an [ARINC-424](https://en.wikipedia.org/wiki/AR
24
- Grid MORA (AS)
25
26
## Config File
27
-A `config.ini` file must be created in the application `src` directory.
+By default, the program looks for a `config.ini` file in the application `src` directory.
28
+You can specify a different config path by passing it as an argument:
29
+```sh
30
+python main.py /path/to/my_config.ini
31
+```
32
33
The config can be set up for *either* PostgreSQL or SQLite.
34
0 commit comments