summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-02-08 22:01:13 -0800
committerCraig Earls <enderw88@gmail.com>2013-02-08 22:01:13 -0800
commitb415f6c1b0a26718f5689f33cc166aada5084804 (patch)
tree8aff853fb0da80e92f89a8aef596c489b83c131f /README.md
parent73f336ae7c89e6f1b5f38c32fe398f39ad3667b5 (diff)
parent222af8a047d5656a2b1070fbe49e66161e46f34f (diff)
downloadfork-ledger-b415f6c1b0a26718f5689f33cc166aada5084804.tar.gz
fork-ledger-b415f6c1b0a26718f5689f33cc166aada5084804.tar.bz2
fork-ledger-b415f6c1b0a26718f5689f33cc166aada5084804.zip
Merge pull request #148 from hrj/patch-1
Update README.md Thanks for the help!
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index e44fd7b2..5ab146e2 100644
--- a/README.md
+++ b/README.md
@@ -95,12 +95,12 @@ You can even just install the current Ledger **RELEASE** directly:
### Ubuntu
If you're going to build on Ubuntu, `sudo apt-get install ...` the
-following packages (current as of Ubuntu Hardy):
+following packages (current as of Ubuntu 12.04):
sudo apt-get install build-essential cmake zlib1g-dev libbz2-dev
- python-dev bjam cvs gettext libgmp3-dev libmpfr-dev libboost1.35-dev
- libboost-regex1.35-dev libboost-date-time1.35-dev
- libboost-filesystem1.35-dev libboost-python1.35-dev texinfo lcov
+ python-dev gettext libgmp3-dev libmpfr-dev libboost-dev
+ libboost-regex-dev libboost-date-time-dev
+ libboost-filesystem-dev libboost-python-dev texinfo lcov
sloccount
Or, for Ubuntu Karmic:
@@ -159,5 +159,5 @@ Now that you're up and running, here are a few resources to keep in mind:
If you have ideas you'd like to share, the best way is either to e-mail me a
patch (I prefer attachments over pasted text), or to get an account on GitHub.
-Once you do, fork the [Ledger project](http://github.com/jwiegley/ledger),
+Once you do, fork the [Ledger project](http://github.com/ledger/ledger),
hack as much as you like, then send me a pull request via GitHub.