diff options
author | Georg J.P. Link <linkgeorg@gmail.com> | 2019-03-23 09:11:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-23 09:11:11 -0500 |
commit | a0487d08356d56035d2ac1a56a23d7b6cf938a85 (patch) | |
tree | b451bfa2a2945e497baaf175f3c64fb012e6a60f /INSTALL.md | |
parent | 99b91760912a68c99ed604ab8bd00a2007719066 (diff) | |
download | fork-ledger-a0487d08356d56035d2ac1a56a23d7b6cf938a85.tar.gz fork-ledger-a0487d08356d56035d2ac1a56a23d7b6cf938a85.tar.bz2 fork-ledger-a0487d08356d56035d2ac1a56a23d7b6cf938a85.zip |
add step $ ./acprep dependencies to INSTALL.md
Signed-off-by: Georg J.P. Link <linkgeorg@gmail.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ To build this code after doing a Git clone, run: + $ ./acprep dependencies $ ./acprep update If anything goes wrong, see "COMMON CONFIGURE/BUILD PROBLEMS" below. |