From c2fef000ce3640d9d4853f0a848bffcc6f0f25fc Mon Sep 17 00:00:00 2001 From: zt Date: Sun, 21 Dec 2014 09:03:12 -0500 Subject: added simple instructions for how to use brew to install brew --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd2f540d..99a70a7f 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,26 @@ And for building the current `maint` branch: libxml22.7.2optional -### MacPorts +### OS X + +You can use [MacPorts](https://www.macports.org/) or [homebrew](http://brew.sh/) to install this very quickly on OS X. + +#### brew + +You can see the parameters you can pass while installing with brew by the command `brew options ledger`. To install ledger, simply type the following command: + + brew install ledger + +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 + +If you to want to startup python, use the following command: + + ledger python + + +#### MacPorts If you build stuff using MacPorts on OS X, as I do, here is what you would run: -- cgit v1.2.3 From 7d6d4e980c5ee06dfc6820ac0b7aebbfd084770c Mon Sep 17 00:00:00 2001 From: zt Date: Sun, 21 Dec 2014 09:04:07 -0500 Subject: cleaning up formatting on instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99a70a7f..ee402520 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ And for building the current `maint` branch: You can use [MacPorts](https://www.macports.org/) or [homebrew](http://brew.sh/) to install this very quickly on OS X. -#### brew +#### 1. Homebrew You can see the parameters you can pass while installing with brew by the command `brew options ledger`. To install ledger, simply type the following command: @@ -115,7 +115,7 @@ If you to want to startup python, use the following command: ledger python -#### MacPorts +#### 2. MacPorts If you build stuff using MacPorts on OS X, as I do, here is what you would run: -- cgit v1.2.3