diff --git a/content/_index.md b/content/_index.md index 499b4a4..1164c45 100644 --- a/content/_index.md +++ b/content/_index.md @@ -41,6 +41,12 @@ git submodule init git submodule add https://git.exozy.me/daudix/duckquill.git themes/duckquill ``` +To update the submodule, use the following command: + +```sh +git submodule update --remote --merge +``` + and then enable it in your `config.toml`: ```toml