Fix Mac PATH command
authorPhil Davis <phil.davis@inf.org>
Tue, 20 Dec 2016 16:32:05 +0000 (22:17 +0545)
committerJocelyn Turcotte <jturcotte@woboq.com>
Tue, 20 Dec 2016 19:01:38 +0000 (20:01 +0100)
Reported in the doc repo owncloud/documentation#1618
This version as suggested by @jturcotte

doc/building.rst

index f2376e706ea97cce7f35f1714a28f43f22edc75f..477e48a12cb3bdf9aaf52ef60fdceefc833dd154 100644 (file)
@@ -83,7 +83,7 @@ To set up your build environment for development using HomeBrew_:
 
 3. Add Qt from brew to the path::
 
-    export PATH=/usr/local/Cellar/qt5/5.x.y/bin/qmake
+    export PATH=/usr/local/Cellar/qt5/5.x.y/bin:$PATH
 
    Where ``x.z`` is the current version of Qt 5 that brew has installed
    on your machine.