Skip to content

Commit 1a70fc9

Browse files
Correct code block in installation docs for Snap (#20440)
Without this, it was rendering on the site like: "sh snap install gitea", instead of: "snap install gitea" Co-authored-by: wxiaoguang <[email protected]>
1 parent 339007b commit 1a70fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/content/doc/installation/from-package.en-us.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ pacman -S gitea
4747

4848
There is a [Gitea Snap](https://snapcraft.io/gitea) package which follows the latest stable version.
4949

50-
``sh
50+
```sh
5151
snap install gitea
52-
``
52+
```
5353

5454
## SUSE and openSUSE
5555

0 commit comments

Comments
 (0)