summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2021-07-24 08:36:48 +1000
committerSt33v <github@f3rr3t.com>2021-07-24 08:36:48 +1000
commit0e94cc4d06bb47f2ea1830a11700cd52d17ac81c (patch)
tree19139c402eb0546b9a3cc049750e546963839107 /README.md
parented28435f8005a68cb2b7f74d5ba872fd8f1d0fc0 (diff)
copied scripts from hackaround directoryHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index f515802..3fa48b3 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
# hledgerTools
Scripts for processing raw (csv) or journal files
+
+## Symlink the executables
+Make it easy to run the scripts by symlinking them to
+`/usr/local/bin/`
+Start at /usr/local/bin:
+
+/usr/local/bin$ sudo ln -s /home/user/path-to/hledgerTools/xyz.pl .
+
+