From c6841101c99fc8a4514acc0f2886bc690e5ee5d0 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 7 Dec 2020 15:49:48 +0000 Subject: [PATCH] add README --- README.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..46ae525 --- /dev/null +++ b/README.txt @@ -0,0 +1,14 @@ +https://git.libre-soc.org/?p=utils.git;a=summary + +clone with: + git clone 'git://git.libre-soc.org/utils.git' + +install with "python3 setup.py develop" as root (or "python3 setup.py +develop --user" and remember to add ~/.local/bin to $PATH) + +run as: + nohup budget-sync -c budget-sync-config.toml -o mdwn + +then examine the nohup.out and also the individual markdown files, +or compile to html first: + markdown_py -f lkcl.html lkcl.mdwn -- 2.30.2