diff options
author | John Olheiser <john.olheiser@gmail.com> | 2020-05-13 17:58:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 01:58:49 +0300 |
commit | 41be23086725cad7bca85f98f989b9172b95304f (patch) | |
tree | 6e272b6159094c4bdf60ec62d9178c787911c4b0 /docs | |
parent | 0ba610011b6583b8523faaae3a672d7beb198003 (diff) | |
download | gitea-41be23086725cad7bca85f98f989b9172b95304f.tar.gz gitea-41be23086725cad7bca85f98f989b9172b95304f.zip |
Add awesome-gitea reference on install from package docs (#11405)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/installation/from-package.en-us.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-package.en-us.md b/docs/content/doc/installation/from-package.en-us.md index 8461d196d9..3c875cd143 100644 --- a/docs/content/doc/installation/from-package.en-us.md +++ b/docs/content/doc/installation/from-package.en-us.md @@ -28,7 +28,7 @@ Should the packages get updated and fixed, we will provide up-to-date installati ## Windows There are no published packages for Windows. This page will change when packages are published, -in the form of `MSI` installers or via [Chocolatey](https://chocolatey.org/). In the meantime +in the form of `MSI` installers or via [Chocolatey](https://chocolatey.org/). In the meantime, follow the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide. ## macOS @@ -77,3 +77,9 @@ The Gitea package is maintained [here](https://git.cloudron.io/cloudron/gitea-ap There is a [demo instance](https://my-demo.cloudron.me) (username: cloudron password: cloudron) where you can experiment with running Gitea. +## Third-party + +Various other third-party packages of Gitea exist. +To see a curated list, head over to [awesome-gitea](https://gitea.com/gitea/awesome-gitea/src/branch/master/README.md#user-content-packages). + +Do you know of an existing package that isn't on the list? Send in a PR to get it added! |