aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2012-08-06 17:00:48 -0700
committermattn <mattn.jp@gmail.com>2012-08-06 17:00:48 -0700
commit8f1b649756fdad7da06a35aae55967eb118409ad (patch)
tree6ea82127560f315836eb26b342cafc1ea5fcfe66
parentMerge pull request #17 from amattn/master (diff)
parentMacPorts -> Homebrew (diff)
downloadgolite-8f1b649756fdad7da06a35aae55967eb118409ad.tar.gz
golite-8f1b649756fdad7da06a35aae55967eb118409ad.tar.xz
Merge pull request #18 from coolaj86/patch-1
MacPorts -> Homebrew
-rw-r--r--README.mkd6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.mkd b/README.mkd
index b75a681..b211557 100644
--- a/README.mkd
+++ b/README.mkd
@@ -11,10 +11,10 @@ INSTALLATION
It requires `pkg-config`. You can also confirm that permissions and dependancies are setup by running `pkg-config --cflags --libs sqlite3`.
-If you are using MacPorts on Mac OS X, you can install with:
+If you are using [Homebrew](http://mxcl.github.com/homebrew/) on Mac OS X, you can install with:
- port install pkgconfig
- port install sqlite3
+ brew install pkgconfig
+ brew install sqlite3
If you are using Ubuntu, you can install with: