Browse Source

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>
tags/v1.18.0-rc0
Andrew Imeson 1 year ago
parent
commit
1a70fc9bc6
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docs/content/doc/installation/from-package.en-us.md

+ 2
- 2
docs/content/doc/installation/from-package.en-us.md View File

@@ -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