From 738c030d1f4dbf585908af3f2174bc8d9962156f Mon Sep 17 00:00:00 2001 From: Andrew Imeson Date: Thu, 21 Jul 2022 12:59:32 -0400 Subject: [PATCH] Correct code block in installation docs for Snap Without this, it was rendering on the site like: sh snap install gitea Instead of: snap install gitea --- docs/content/doc/installation/from-package.en-us.md | 4 ++-- 1 file 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 e4081024bd0e7..56ca97a8a5f76 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