diff options
author | Florent Espanet <florent.esp@gmail.com> | 2022-04-16 22:24:34 +0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2022-04-17 09:07:24 +0800 |
commit | 68509722d7f177c1a4d7e9025af86833cdb2b3db (patch) | |
tree | af9876fa581a2d6921803c8c7868a636c7c8b02c /README.md | |
parent | c2aa2e1ac4b53023ccba295b0c96c324ef40684c (diff) | |
download | fork-ledger-68509722d7f177c1a4d7e9025af86833cdb2b3db.tar.gz fork-ledger-68509722d7f177c1a4d7e9025af86833cdb2b3db.tar.bz2 fork-ledger-68509722d7f177c1a4d7e9025af86833cdb2b3db.zip |
Update git clone instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ and easy to use. 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 + $ git clone git@github.com:ledger/ledger.git $ cd ledger && ./acprep update # Update to the latest, configure, make Now try your first ledger command: |