chore: Add lang to code blocks

This commit is contained in:
daudix-UFO
2023-10-15 17:25:02 +00:00
parent 9e9e12f732
commit 2f7fed2007
2 changed files with 6 additions and 6 deletions

View File

@ -48,14 +48,14 @@ git init
3. Add Duckquill as Git submodule for easy updating:
```
```sh
git submodule init
git submodule add https://git.exozy.me/daudix/duckquill.git themes/duckquill
```
4. Edit `config.toml` and enable Duckquill theme:
```
```toml
theme = "duckquill"
```