Add instructions for submodules
All checks were successful
/ build (push) Successful in 12s

This commit is contained in:
Stefan Bethke 2024-11-10 18:02:16 +01:00
parent af5c84fff2
commit 2ff08b00fd

View file

@ -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