chore: Mention how to update the submodule

This commit is contained in:
daudix-UFO
2023-10-28 21:54:17 +03:00
parent f9d2423bc8
commit b357759904

View File

@ -41,6 +41,12 @@ git submodule init
git submodule add https://git.exozy.me/daudix/duckquill.git themes/duckquill 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`: and then enable it in your `config.toml`:
```toml ```toml