From 080d45fdc23ba56a7483084071f1649855ee69f5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 6 Aug 2012 17:24:53 -0600 Subject: [PATCH] MacPorts -> Homebrew Nobody should be using MacPorts anymore. --- README.mkd | 6 +++--- 1 file 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: