sh -> bash

This commit is contained in:
daudix
2024-08-13 21:55:43 +03:00
parent 90e53d413e
commit 86ef6e5ade

View File

@ -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: First, download this theme to your `themes` directory:
```sh ```bash
git clone https://codeberg.org/daudix/duckquill.git themes/duckquill 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): ...or add as submodule for easy updating (recommended if you already have git setup on site):
```sh ```bash
git submodule init git submodule init
git submodule add https://codeberg.org/daudix/duckquill.git themes/duckquill 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: It is highly recommended to switch from the `main` branch to the latest release:
{% end %} {% end %}
```sh ```bash
cd themes/duckquill cd themes/duckquill
git checkout tags/v4.2.1 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. 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 %} {% end %}
```sh ```bash
git submodule update --remote --merge git submodule update --remote --merge
git tag --list git tag --list
git checkout tags/v4.2.1 git checkout tags/v4.2.1