bin: mention make addons in readme

This commit is contained in:
Simon Michael 2017-07-05 18:27:44 +01:00
parent 0b6b063fcc
commit 817292a1dd

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/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")" cd "$(dirname "$0")"
echo "building dependencies" echo "building dependencies"
stack build hledger stack build hledger