diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-09 13:44:44 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-09 13:44:44 -0700 |
commit | 9a37d6482684a2ece9c47b5776b72b2bad0a11b4 (patch) | |
tree | 316788c52cb160a6f861f504bed28aa2694956c4 /INSTALL | |
parent | 58db3e363add864e4a146b3a9024308d4f5e1458 (diff) | |
download | subsurface-9a37d6482684a2ece9c47b5776b72b2bad0a11b4.tar.gz |
Now bundle install on the Mac works without sudo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ $ git clone git://subsurface.hohndel.org/subsurface.git $ cd subsurface $ qmake $ make -$ sudo make install_mac_bundle +$ make install_mac_bundle After the above is done, Subsurface will be installed to /Applications. |