Skip to content

Commit b910cec

Browse files
Update README.md
Signed-off-by: nomadicGopher <[email protected]>
1 parent c23f779 commit b910cec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
1. Download the [obligations.xlsx](https://github.com/nomadicGopher/LiberaDebt/blob/main/obligations.xlsx) template file.
66
* _Column headers that include `*` are required, otherwise it will be optional_
77
* _Reference [obligations_sample.xlsx](https://github.com/nomadicGopher/LiberaDebt/blob/main/obligations_sample.xlsx) as an example of how to use the template._
8-
2. Fill out the financial obligations XLSX sheet which will contain 1 row per monthly obligation whether it is a utility bill, loan payment, lifestyle expense or credit card payment.
9-
3. After populating obligations.xlsx with data, ensure that it is stored in the same directory as the LiberaDebt executable program. See below if a different save location is desired.
8+
2. Fill out the financial obligations XLSX sheet which will contain 1 row per monthly obligation whether it is a reoccuring bill, loan payment, lifestyle expense or credit card payment.
9+
* Try to include as many obligations as possible like fuel, groceries, etc… so that the AI determines your remaining available balance accurately.
10+
4. After saving the data, ensure that the XLSX file is stored in the same directory as the LiberaDebt executable program when it is either double clicked or run via the command line. See below if a different storage location is desired.
1011

1112
### Optional Command Line Arguments
12-
When running via the terminal with… `LiberaDebt -arg -arg …`
13+
When running via the command line with… `LiberaDebt -arg -arg …`
1314
* `-data="/custom/path/to/file.xlsx"`
1415
* **Default:** `./obligations.xlsx` (same directory as executable program)
1516
* `-income="your monthly income"`

0 commit comments

Comments
 (0)