From: Luke Kenneth Casson Leighton Date: Mon, 7 Dec 2020 16:05:34 +0000 (+0000) Subject: update README X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb1b059685eb693b19f97fdd6433a05b67ab1936;p=utils.git update README --- 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