Skip to content

Commit

Permalink
Correct code block in installation docs for Snap (go-gitea#20440)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
2 people authored and Sysoev, Vladimir committed Aug 10, 2022
1 parent 2321553 commit ee168d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/doc/installation/from-package.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ee168d3

Please sign in to comment.