You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,12 @@
5
5
1. Download the [obligations.xlsx](https://github.com/nomadicGopher/LiberaDebt/blob/main/obligations.xlsx) template file.
6
6
*_Column headers that include `*` are required, otherwise it will be optional_
7
7
*_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.
10
11
11
12
### 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 …`
13
14
*`-data="/custom/path/to/file.xlsx"`
14
15
***Default:**`./obligations.xlsx` (same directory as executable program)
0 commit comments