diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-22 18:03:17 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-22 18:03:17 -0400 |
commit | f0739ae38e2f866e43f9c9325c951390532e8f09 (patch) | |
tree | 3b97de18f961c397771b3c947f9f9757a99b2c4c | |
parent | 3eb9fcc5982060339b4083e2748cc4de4aa86aea (diff) | |
download | fork-ledger-f0739ae38e2f866e43f9c9325c951390532e8f09.tar.gz fork-ledger-f0739ae38e2f866e43f9c9325c951390532e8f09.tar.bz2 fork-ledger-f0739ae38e2f866e43f9c9325c951390532e8f09.zip |
README update
-rw-r--r-- | README.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.textile b/README.textile index 170ac8c8..9357e89c 100644 --- a/README.textile +++ b/README.textile @@ -7,14 +7,14 @@ few alternatives. h2. For the Impatient -I know, you just want to build and play. Do this: +I know, you just want to build and play. If you have all the dependencies +installed (see below), then simply do this: <pre> git clone git://github.com/jwiegley/ledger.git cd ledger && ./acprep && make check </pre> -If you have all the dependencies installed (see below), this is all you need. Now try your first ledger command: <pre> |