summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2019-03-23 11:48:27 -0700
committerGitHub <noreply@github.com>2019-03-23 11:48:27 -0700
commitd918c60dbcca6b5e0db36ae5781d46404abce50b (patch)
tree89ff0dcbcced08159e2ee9dd49cd57d8aff607d8 /INSTALL.md
parent9501e33ea6589a3a0e0eadf5308e50e7abadd227 (diff)
parenta0487d08356d56035d2ac1a56a23d7b6cf938a85 (diff)
downloadfork-ledger-d918c60dbcca6b5e0db36ae5781d46404abce50b.tar.gz
fork-ledger-d918c60dbcca6b5e0db36ae5781d46404abce50b.tar.bz2
fork-ledger-d918c60dbcca6b5e0db36ae5781d46404abce50b.zip
Merge pull request #1777 from GeorgLink/patch-2
add step $ ./acprep dependencies to INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 8b128628..bf4a63bb 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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.