mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
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>
This commit is contained in:
parent
339007bff0
commit
1a70fc9bc6
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue