From 8deaa00df1cc12adbac429e1a7be40263b9e3e92 Mon Sep 17 00:00:00 2001 From: david-swift Date: Wed, 23 Apr 2025 14:53:07 +0200 Subject: [PATCH] Update docs --- content/docs/gettingstarted/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/gettingstarted/index.md b/content/docs/gettingstarted/index.md index ce718ce..1776efc 100644 --- a/content/docs/gettingstarted/index.md +++ b/content/docs/gettingstarted/index.md @@ -29,7 +29,7 @@ It is highly recommended to switch from the `main` branch to the latest release: ```bash cd themes/duckling -git checkout tags/v0.1.0 +git checkout tags/0.1.1 ``` Then, enable it in your `config.toml`: @@ -43,6 +43,6 @@ To update the theme, simply switch to a new tag: ```bash git submodule update --remote --merge cd themes/duckling -git checkout tags/v0.1.0 +git checkout tags/0.1.1 ```