From b35775990478a12f8d6ee258e2a18c9013e58f51 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sat, 28 Oct 2023 21:54:17 +0300 Subject: [PATCH] chore: Mention how to update the submodule --- content/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) 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