From 817292a1dd00cd487ce65aa534f63873f1e9e18c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 5 Jul 2017 18:27:44 +0100 Subject: [PATCH] bin: mention make addons in readme --- bin/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile.sh b/bin/compile.sh index c6c6fbd68..0eeef96a9 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Run this script to compile all addons in this directory. +# Run this script (or "make addons") to compile all addons in this directory. cd "$(dirname "$0")" echo "building dependencies" stack build hledger