diff options
author | AJ ONeal <coolaj86@gmail.com> | 2012-08-06 17:24:53 -0600 |
---|---|---|
committer | AJ ONeal <coolaj86@gmail.com> | 2012-08-06 17:24:53 -0600 |
commit | 080d45fdc23ba56a7483084071f1649855ee69f5 (patch) | |
tree | 6ea82127560f315836eb26b342cafc1ea5fcfe66 | |
parent | Merge pull request #17 from amattn/master (diff) | |
download | golite-080d45fdc23ba56a7483084071f1649855ee69f5.tar.gz golite-080d45fdc23ba56a7483084071f1649855ee69f5.tar.xz |
MacPorts -> Homebrew
Nobody should be using MacPorts anymore.
-rw-r--r-- | README.mkd | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |