summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 .
+
+