Skip to content

Commit 817be0a

Browse files
committed
Update README for optional config arg
1 parent 33ce55a commit 817be0a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ PyARINC424 is a tool that parses an [ARINC-424](https://en.wikipedia.org/wiki/AR
2424
- Grid MORA (AS)
2525

2626
## Config File
27-
A `config.ini` file must be created in the application `src` directory.
27+
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+
```
2832

2933
The config can be set up for *either* PostgreSQL or SQLite.
3034

0 commit comments

Comments
 (0)