From e4b949abf67b04a548462ccf16403bd10052facc Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 28 Apr 2013 11:06:48 -0400 Subject: [PATCH] README tweak again. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1c124035..b0226a92 100644 --- a/README.rst +++ b/README.rst @@ -104,8 +104,8 @@ your build with:: If you want, you can specify a UI to use with the ``--ui`` option. So, if you want to build dupeGuru with Qt on OS X, then you have to type ``python configure.py --ui=qt``. You can also use the -``--dev`` flag to indicate a dev build (it will build ``dg_cocoa.plugin`` in alias mode and use the -"dev" config in XCode). +``--dev`` flag to indicate a dev build (mostly useful in OS X, where the python code in symlinked +so you don't have to repackage whenever you make a change in the python code). Then, just build the thing and then run it with::