summaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorWill 保哥 <doggy.huang@gmail.com>2020-05-25 03:17:33 +0800
committerGitHub <noreply@github.com>2020-05-24 15:17:33 -0400
commit7305b555d355f9443f73e03995159b5c190e376b (patch)
treedcf2d07dcdaeb2c10aa845c820805ed36911fab6 /docs/content
parent04afd9d1e2399d61978fdeeab7e7ac8ff9057a93 (diff)
downloadgitea-7305b555d355f9443f73e03995159b5c190e376b.tar.gz
gitea-7305b555d355f9443f73e03995159b5c190e376b.zip
Add chocolatey package install instructions (#11586)
* Update from-package.en-us.md https://github.com/go-gitea/gitea/issues/10800 * Update docs/content/doc/installation/from-package.en-us.md Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/doc/installation/from-package.en-us.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/content/doc/installation/from-package.en-us.md b/docs/content/doc/installation/from-package.en-us.md
index b9d101d3a0..dbf4631275 100644
--- a/docs/content/doc/installation/from-package.en-us.md
+++ b/docs/content/doc/installation/from-package.en-us.md
@@ -38,10 +38,13 @@ config is found in **/etc/gitea/app.ini**
## 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, follow
-the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide.
+There is a [Gitea](https://chocolatey.org/packages/gitea) package for Windows by [Chocolatey](https://chocolatey.org/).
+```sh
+choco install gitea
+```
+
+Or follow the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide.
## macOS
Currently, the only supported method of installation on MacOS is [Homebrew](http://brew.sh/).