summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index bbda32e12..c0bb7882a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -123,7 +123,8 @@ git clone -b v4.4.1 git://subsurface-divelog.org/subsurface
Now you can run Subsurface like this:
-./subsurface/scripts/run.sh
+cd ~/src/subsurface
+./subsurface
2. the harder way
~~~~~~~~~~~~~~~~~