diff options
author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-09 01:46:51 +0300 |
---|---|---|
committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-09 01:46:51 +0300 |
commit | f223cfada825d87dcab393611f604b8014f2b172 (patch) | |
tree | 3012c5b8b0fc075d742d0440311af12584b5e8fb /INSTALL | |
parent | d1771bb152accd14c36f8c3af92ee131fb22241f (diff) | |
download | sciteco-f223cfada825d87dcab393611f604b8014f2b172.tar.gz |
INSTALL: a `git submodule sync` is recommended after pulling since submodule URLs can changeHEADmaster
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ If you already have a Git clone of the SciTECO repository and want to update it, you should issue the following commands: $ git pull + $ git submodule sync $ git submodule update When building from Git, you must first generate the ./configure |