From 86ef6e5ade1b9abf7563ae07adda264d80b28bfe Mon Sep 17 00:00:00 2001 From: daudix Date: Tue, 13 Aug 2024 21:55:43 +0300 Subject: [PATCH] sh -> bash --- content/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index bbcc11a..5a2d5f3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -35,13 +35,13 @@ Duckquill is made based on needs of [my website](https://daudix.one), if you nee First, download this theme to your `themes` directory: -```sh +```bash git clone https://codeberg.org/daudix/duckquill.git themes/duckquill ``` ...or add as submodule for easy updating (recommended if you already have git setup on site): -```sh +```bash git submodule init git submodule add https://codeberg.org/daudix/duckquill.git themes/duckquill ``` @@ -50,7 +50,7 @@ git submodule add https://codeberg.org/daudix/duckquill.git themes/duckquill It is highly recommended to switch from the `main` branch to the latest release: {% end %} -```sh +```bash cd themes/duckquill git checkout tags/v4.2.1 ``` @@ -61,7 +61,7 @@ To update the submodule, simply switch to a new tag: Check the changelog for all versions that came after the one you are using, there might be breaking changes that may need manual involvement. {% end %} -```sh +```bash git submodule update --remote --merge git tag --list git checkout tags/v4.2.1