Skip to content

Commit 7014ee0

Browse files
authored
Fix Installation from package doc (#27459)
Fix the title size and add notes to the Gitea snap package. Related issue #27424, #27423, #27422, #27420
1 parent f2b2608 commit 7014ee0

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

docs/content/installation/from-package.en-us.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ menu:
1515
identifier: "install-from-package"
1616
---
1717

18-
# Official packages
18+
# Installation from Package
1919

20-
## macOS
20+
## Official packages
21+
22+
### macOS
2123

2224
Currently, the only supported method of installation on MacOS is [Homebrew](http://brew.sh/).
2325
Following the [deployment from binary](installation/from-binary.md) guide may work,
@@ -27,54 +29,55 @@ but is not supported. To install Gitea via `brew`:
2729
brew install gitea
2830
```
2931

30-
# Unofficial packages
32+
## Unofficial packages
3133

32-
## Alpine Linux
34+
### Alpine Linux
3335

3436
Alpine Linux has [Gitea](https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge) in its community repository which follows the latest stable version.
3537

3638
```sh
3739
apk add gitea
3840
```
3941

40-
## Arch Linux
42+
### Arch Linux
4143

4244
The rolling release distribution has [Gitea](https://www.archlinux.org/packages/extra/x86_64/gitea/) in their official extra repository and package updates are provided with new Gitea releases.
4345

4446
```sh
4547
pacman -S gitea
4648
```
4749

48-
## Arch Linux ARM
50+
### Arch Linux ARM
4951

5052
Arch Linux ARM provides packages for [aarch64](https://archlinuxarm.org/packages/aarch64/gitea), [armv7h](https://archlinuxarm.org/packages/armv7h/gitea) and [armv6h](https://archlinuxarm.org/packages/armv6h/gitea).
5153

5254
```sh
5355
pacman -S gitea
5456
```
5557

56-
## Gentoo Linux
58+
### Gentoo Linux
5759

5860
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.
5961

6062
```sh
6163
emerge gitea -va
6264
```
6365

64-
## Canonical Snap
66+
### Canonical Snap
6567

6668
There is a [Gitea Snap](https://snapcraft.io/gitea) package which follows the latest stable version.
69+
*Note: The Gitea snap package is [strictly confined](https://snapcraft.io/docs/snap-confinement). Strictly confined snaps run in complete isolation, so some of the Gitea functionals may not work with the confinement*
6770

6871
```sh
6972
snap install gitea
7073
```
7174

72-
## SUSE and openSUSE
75+
### SUSE and openSUSE
7376

7477
OpenSUSE build service provides packages for [openSUSE and SLE](https://software.opensuse.org/download/package?package=gitea&project=devel%3Atools%3Ascm)
7578
in the Development Software Configuration Management Repository
7679

77-
## Windows
80+
### Windows
7881

7982
There is a [Gitea](https://chocolatey.org/packages/gitea) package for Windows by [Chocolatey](https://chocolatey.org/).
8083

@@ -84,7 +87,7 @@ choco install gitea
8487

8588
Or follow the [deployment from binary](installation/from-binary.md) guide.
8689

87-
## FreeBSD
90+
### FreeBSD
8891

8992
A FreeBSD port `www/gitea` is available. To install the pre-built binary package:
9093

@@ -107,7 +110,7 @@ is in `/usr/local/etc/rc.d/gitea`.
107110

108111
To enable Gitea to run as a service, run `sysrc gitea_enable=YES` and start it with `service gitea start`.
109112

110-
## Others
113+
### Others
111114

112115
Various other third-party packages of Gitea exist.
113116
To see a curated list, head over to [awesome-gitea](https://gitea.com/gitea/awesome-gitea/src/branch/master/README.md#user-content-packages).

0 commit comments

Comments
 (0)