diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-11 14:07:55 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-11 14:07:55 -0400 |
commit | f35bc939c96c3a3bf09c5881d638b5ba60449c03 (patch) | |
tree | 3121992e69cc64868abdedcee56521f23421c430 | |
parent | 6b2964d14ee0d4811cf99332ef59bbd04e597ee4 (diff) | |
download | fork-ledger-f35bc939c96c3a3bf09c5881d638b5ba60449c03.tar.gz fork-ledger-f35bc939c96c3a3bf09c5881d638b5ba60449c03.tar.bz2 fork-ledger-f35bc939c96c3a3bf09c5881d638b5ba60449c03.zip |
Added a note about "acprep update" to README
-rw-r--r-- | README.textile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.textile b/README.textile index 3af299be..50e15244 100644 --- a/README.textile +++ b/README.textile @@ -12,7 +12,7 @@ installed (see below), then simply do this: <pre> git clone git://github.com/jwiegley/ledger.git -cd ledger && ./acprep && make check +cd ledger && ./acprep update # Update to the latest, configure, make </pre> Now try your first ledger command: @@ -107,6 +107,7 @@ The next step is preparing your environment for building. While you can use you: <pre> +./acprep pull # Make sure everything is pulled that needs to be ./acprep </pre> |