diff options
author | John Wiegley <johnw@newartisans.com> | 2014-12-22 19:04:35 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-12-22 19:04:35 -0600 |
commit | ca9eb815aff3d158b458874c9c81a0ff90889242 (patch) | |
tree | e02719a5bdf906a7e77064ccee69dd77f16cde92 | |
parent | 5b42031ec1812b9f1b0d8641f44c2b1a76bf6265 (diff) | |
parent | 1b7bef8404d8fe939078850d78c0a182150da41e (diff) | |
download | fork-ledger-ca9eb815aff3d158b458874c9c81a0ff90889242.tar.gz fork-ledger-ca9eb815aff3d158b458874c9c81a0ff90889242.tar.bz2 fork-ledger-ca9eb815aff3d158b458874c9c81a0ff90889242.zip |
Merge pull request #342 from afh/pull/readme
Add ledger formula to OS X install instructions
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ You can see the parameters you can pass while installing with brew by the comman If everything worked well, you should have ledger working now. If you want to install this with python bindings, you can use the following command: - brew install --with-python + brew install ledger --with-python If you to want to startup python, use the following command: |