You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/installation/from-package.en-us.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,14 @@ Arch Linux ARM provides packages for [aarch64](https://archlinuxarm.org/packages
43
43
pacman -S gitea
44
44
```
45
45
46
+
## Gentoo Linux
47
+
48
+
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.
49
+
50
+
```sh
51
+
emerge gitea -va
52
+
```
53
+
46
54
## Canonical Snap
47
55
48
56
There is a [Gitea Snap](https://snapcraft.io/gitea) package which follows the latest stable version.
0 commit comments