summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2014-12-30 20:48:52 -0800
committerCraig Earls <enderw88@gmail.com>2014-12-30 20:48:52 -0800
commit7cd3a7fc9d6af64846a742bdd2ad07cb6dde0bf9 (patch)
tree7c569daa1137920ad3cc9ab32d574d24e24d0dc6 /README.md
parentb6cef4bc507712427e9c5e83495ba5104679712d (diff)
parent8e79b3c7c74081b63f9d8b1e0ec97478f61d4ba8 (diff)
downloadfork-ledger-7cd3a7fc9d6af64846a742bdd2ad07cb6dde0bf9.tar.gz
fork-ledger-7cd3a7fc9d6af64846a742bdd2ad07cb6dde0bf9.tar.bz2
fork-ledger-7cd3a7fc9d6af64846a742bdd2ad07cb6dde0bf9.zip
Merge commit '8e79b3c7c74081b63f9d8b1e0ec97478f61d4ba8'
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd2f540d..e18792d6 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,26 @@ And for building the current `maint` branch:
<tr><td>libxml2</td><td>2.7.2</td><td><em>optional</em></td></tr>
</table>
-### MacPorts
+### OS X
+
+You can use [MacPorts](https://www.macports.org/) or [homebrew](http://brew.sh/) to install this very quickly on OS X.
+
+#### 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:
+
+ 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 ledger --with-python
+
+If you to want to startup python, use the following command:
+
+ ledger python
+
+
+#### 2. MacPorts
If you build stuff using MacPorts on OS X, as I do, here is what you would
run: