summaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorAndrew Imeson <andrew@andrewimeson.com>2022-07-22 06:12:27 -0400
committerGitHub <noreply@github.com>2022-07-22 18:12:27 +0800
commit1a70fc9bc6668e07a19dd6715fbfe0f24b5b6db1 (patch)
treee5206fc7cb8e2aeee45fce23e78fe82766dd4422 /docs/content
parent339007bff07a4b8566a5b5d9dad3cad908a02f7c (diff)
downloadgitea-1a70fc9bc6668e07a19dd6715fbfe0f24b5b6db1.tar.gz
gitea-1a70fc9bc6668e07a19dd6715fbfe0f24b5b6db1.zip
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 <wxiaoguang@gmail.com>
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/doc/installation/from-package.en-us.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/installation/from-package.en-us.md b/docs/content/doc/installation/from-package.en-us.md
index e4081024bd..56ca97a8a5 100644
--- a/docs/content/doc/installation/from-package.en-us.md
+++ b/docs/content/doc/installation/from-package.en-us.md
@@ -47,9 +47,9 @@ pacman -S gitea
There is a [Gitea Snap](https://snapcraft.io/gitea) package which follows the latest stable version.
-``sh
+```sh
snap install gitea
-``
+```
## SUSE and openSUSE