From 135349af1530f08c4f05038c62c6fbbad63aa81d Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Thu, 31 Jul 2014 21:51:48 +0100 Subject: [PATCH] Adjust the message about quote character in path on OSX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61409227..f4867be9 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Then it's just a matter of getting the source: $ git clone https://github.com/sqlitebrowser/sqlitebrowser.git **Note** - Don't clone the repo to a directory with a quote character (') in -it's name (eg ~/tmp/foo'). There's an open bug for that which [breaks the build](https://github.com/sqlitebrowser/sqlitebrowser/issues/10). +it's name (eg ~/tmp/foo'), as compiling will error out. And compiling it: