mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08: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:
		@@ -47,9 +47,9 @@ pacman -S gitea
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
There is a [Gitea Snap](https://snapcraft.io/gitea) package which follows the latest stable version.
 | 
					There is a [Gitea Snap](https://snapcraft.io/gitea) package which follows the latest stable version.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
``sh
 | 
					```sh
 | 
				
			||||||
snap install gitea
 | 
					snap install gitea
 | 
				
			||||||
``
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## SUSE and openSUSE
 | 
					## SUSE and openSUSE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user