diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2016-01-26 19:29:38 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2016-01-26 19:29:38 +0100 |
commit | 9b49ade03a3e5d9089ee031bdf733004cee8a36e (patch) | |
tree | 696b9816a2e2db4ddecd9b34cf2674a38ab6fe53 | |
parent | aea196104b73be60b5e53972e45e0429e158e193 (diff) | |
parent | 8c43aebffd5357fc7aae45f57f8f4608bd81b3f9 (diff) | |
download | fork-ledger-9b49ade03a3e5d9089ee031bdf733004cee8a36e.tar.gz fork-ledger-9b49ade03a3e5d9089ee031bdf733004cee8a36e.tar.bz2 fork-ledger-9b49ade03a3e5d9089ee031bdf733004cee8a36e.zip |
Merge pull request #445 from nchelluri/patch-1
[doc] Add "Dependency" anchor link to quick start section
[ci skip]
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ and easy to use. ## For the Impatient -I know, you just want to build and play. If you have all the dependencies -installed (see below), then simply do this: +I know, you just want to build and play. If you have all the [dependencies](#dependencies) +installed, then simply do this: $ git clone git://github.com/ledger/ledger.git $ cd ledger && ./acprep update # Update to the latest, configure, make |