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>
tokarchuk/v1.18
Andrew Imeson 2 years ago committed by GitHub
parent 339007bff0
commit 1a70fc9bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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

Loading…
Cancel
Save