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**
38
38
39
39
## Windows
40
40
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/ ) .
44
42
43
+ ``` sh
44
+ choco install gitea
45
+ ```
46
+
47
+ Or follow the [ deployment from binary] ({{< relref "from-binary.en-us.md" >}}) guide.
45
48
## macOS
46
49
47
50
Currently, 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