File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
docs/content/doc/installation Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,13 @@ config is found in **/etc/gitea/app.ini**
3838
3939## Windows
4040
41- There are no published packages for Windows. This page will change when packages are published,
42- in the form of ` MSI ` installers or via [ Chocolatey] ( https://chocolatey.org/ ) . In the meantime, follow
43- the [ deployment from binary] ({{< relref "from-binary.en-us.md" >}}) guide.
41+ There is a [ Gitea] ( https://chocolatey.org/packages/gitea ) package for Windows by [ Chocolatey] ( https://chocolatey.org/ ) .
4442
43+ ``` sh
44+ choco install gitea
45+ ```
46+
47+ Or follow the [ deployment from binary] ({{< relref "from-binary.en-us.md" >}}) guide.
4548## macOS
4649
4750Currently, the only supported method of installation on MacOS is [ Homebrew] ( http://brew.sh/ ) .
You can’t perform that action at this time.
0 commit comments