update README
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 7 Dec 2020 16:05:34 +0000 (16:05 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 7 Dec 2020 16:05:34 +0000 (16:05 +0000)
README.txt

index 46ae5251c669bf3ea77351c6fd5031185c7192c8..75651460716ca454583bf8bcacb8d002d27298ba 100644 (file)
@@ -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