From cb1b059685eb693b19f97fdd6433a05b67ab1936 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 7 Dec 2020 16:05:34 +0000 Subject: [PATCH] update README --- README.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 46ae525..7565146 100644 --- a/README.txt +++ b/README.txt @@ -3,12 +3,19 @@ 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) +as root install with + + python3 setup.py develop + +or as user, just remember to add ~/.local/bin to $PATH) + + python3 setup.py develop --user 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: +or compile to html first (after apt-get install python-markdown): + markdown_py -f lkcl.html lkcl.mdwn -- 2.30.2