From 6a15658b06ee6f1594a9a43b31a9752f71998442 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Thu, 5 Sep 2013 23:21:55 +0100 Subject: [PATCH] Updates and typo fixes --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 443c1ddb..d1ba102f 100644 --- a/README.rst +++ b/README.rst @@ -61,8 +61,7 @@ MacOS X SQLite Database Browser works pretty well on MacOS X. -- OSX 10.7 (Lion) works -- OSX 10.8 (Mountain Lion) probably works, but hasn't been tested yet. +- OSX 10.7 (Lion) and 10.8 (Mountain Lion) are tested and known to work Building on OSX is simple, but depends on SQLite and Qt to be installed using Homebrew first:: @@ -72,7 +71,7 @@ using Homebrew first:: Then it's just a matter of:: - $ git checkout https://github.com/rp-/sqlitebrowser.git + $ git clone https://github.com/rp-/sqlitebrowser.git $ cd sqlitebrowser $ qmake $ make