diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-31 08:20:44 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-31 08:20:44 -0800 |
commit | 74bf5fc2b8ed2c5416a910803cabe825a4aea707 (patch) | |
tree | 021bfb881e0a9ceaa8bd36a089283847d9a8f673 /INSTALL | |
parent | 0f7c4ecd903f4deb93b628c39ec04cf0ee5255d9 (diff) | |
download | subsurface-74bf5fc2b8ed2c5416a910803cabe825a4aea707.tar.gz |
Fix typo in INSTALL file
Thanks Benjamin for catching this.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ Finally you can compile Subsurface: $ cd ~/src $ git clone git://subsurface-divelog.org/subsurface.git $ cd subsurface -$ cd git checkout v4.3 # this get's you the last release +$ git checkout v4.3 # this get's you the last release # skip this step to build the latest development # version $ qmake SPECIAL_MARBLE_PREFIX=1 |