Add Gentoo to the from package providers (#22284)

Signed-off-by: Jonathan Roadley-Battin <jon.roadleybattin@gmail.com>
pull/22276/head^2
JonRB 2 years ago committed by GitHub
parent d34f3a2213
commit cf07f247b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/content/doc/installation/from-package.en-us.md

@ -43,6 +43,14 @@ Arch Linux ARM provides packages for [aarch64](https://archlinuxarm.org/packages
pacman -S gitea
```
## Gentoo Linux
The rolling release distribution has [Gitea](https://packages.gentoo.org/packages/www-apps/gitea) in their official community repository and package updates are provided with new Gitea releases.
```sh
emerge gitea -va
```
## Canonical Snap
There is a [Gitea Snap](https://snapcraft.io/gitea) package which follows the latest stable version.

Loading…
Cancel
Save