Trivial typo fix

This commit is contained in:
Justin Clift
2014-07-21 22:36:50 +01:00
parent 815dae90e2
commit 4cafe43525

View File

@@ -73,7 +73,7 @@ Building on OSX is simple, but requires SQLite and Qt 4.8.x to be installed
first. These are the Homebrew steps, though other package managers should
work:
$ brew install sqlite --with-functions --without-readline
$ brew install sqlite --with-functions --without-readline
$ brew install qt
$ brew link sqlite3 --force