diff options
author | retiform <colerogers@protonmail.com> | 2018-10-02 13:10:42 -0400 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2018-10-02 19:28:18 +0200 |
commit | 251d2589ad824180c664c7326c9ee86df5e4dae2 (patch) | |
tree | 4f17a89648bb04249db29e833a30386b900155b5 /INSTALL | |
parent | b29f6ef2c0fa0cabdfee5e7a22306948f57157fa (diff) | |
download | subsurface-251d2589ad824180c664c7326c9ee86df5e4dae2.tar.gz |
Fix typo in INSTALL file.
Changes git submoule to git submodule. In the INSTALL file.
Just a minor spelling fix.
Signed-off-by: Cole Rogers <colerogers@protonmail.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ see https://github.com/Subsurface-divelog/libdc.git In order to get the modified sources, do - locate yourself in the subsurface repo on your local computer -- run "git submoule init" +- run "git submodule init" - run "git submodule update" The branches won't have a pretty history and will include ugly merges, |