summaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorJonRB <4564448+eeyrjmr@users.noreply.github.com>2022-12-30 17:14:51 +0000
committerGitHub <noreply@github.com>2022-12-30 11:14:51 -0600
commitcf07f247b775ce285902358c0ff0a26be0806406 (patch)
treea233775953ba0f900c2dde29ba40a65c4042490e /docs/content
parentd34f3a22137cd628f275407c495b7fbe5d88ec27 (diff)
downloadgitea-cf07f247b775ce285902358c0ff0a26be0806406.tar.gz
gitea-cf07f247b775ce285902358c0ff0a26be0806406.zip
Add Gentoo to the from package providers (#22284)
Signed-off-by: Jonathan Roadley-Battin <jon.roadleybattin@gmail.com>
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/doc/installation/from-package.en-us.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/content/doc/installation/from-package.en-us.md b/docs/content/doc/installation/from-package.en-us.md
index 3f75f26a53..c9df0d21be 100644
--- a/docs/content/doc/installation/from-package.en-us.md
+++ b/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.