From 2ff08b00fdae9e73e08e70ca7f2daf8160971412 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Sun, 10 Nov 2024 18:02:16 +0100 Subject: [PATCH] Add instructions for submodules --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3f4c319..cdf7eba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Hackertours Web Site +## Complete the checkout + +We need the submodule for the theme, so update/clone the submodules: + +```shell +git submodule update --init --recursive +``` + ## Run in dev mode ```shell