From f223cfada825d87dcab393611f604b8014f2b172 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 9 Oct 2025 01:46:51 +0300 Subject: INSTALL: a `git submodule sync` is recommended after pulling since submodule URLs can change --- INSTALL | 1 + 1 file changed, 1 insertion(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index ad5ee9e..40e0795 100644 --- a/INSTALL +++ b/INSTALL @@ -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 -- cgit v1.2.3