diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:06:17 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:07 +0700 |
commit | e0ee8e48e33eeda560d063827e7528358f8d0ae0 (patch) | |
tree | feed1897b1f0772a1fa2f43cfbf943664b931d41 /business | |
parent | 2cba3b0745a9c6507d3d2224feed5ca2e55312fe (diff) | |
download | slackbuilds-e0ee8e48e33eeda560d063827e7528358f8d0ae0.tar.gz |
business/reckon: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business')
-rw-r--r-- | business/reckon/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/business/reckon/README b/business/reckon/README index 89d98e90fd..c34b6c4062 100644 --- a/business/reckon/README +++ b/business/reckon/README @@ -1,8 +1,9 @@ Reckon automagically converts CSV files for use with the command-line -accounting tool Ledger. It also helps you to select the correct accounts -associated with the CSV data using Bayesian machine learning. +accounting tool Ledger. It also helps you to select the correct +accounts associated with the CSV data using Bayesian machine learning. -First, login to your bank and export your transaction data as a CSV file. +First, login to your bank and export your transaction data as a CSV +file. To see how the CSV parses: reckon -f bank.csv -p |