Skip to content

Commit e76a440

Browse files
committed
Update from-binary.en-us.md
1 parent 9bb184a commit e76a440

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/content/doc/installation/from-binary.en-us.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ For Linux, you should choose:
3434
* `linux-arm-5` and `linux-arm-6` are for other versions of the ARM processor
3535

3636
For Windows, you should chose:
37-
* `windows-4.0-386` for 32-bit Intel/AMD processors
38-
* `windows-4.0-amd64` for 64-bit Intel/AMD processors
39-
* `gogit-windows` if you want to use the built-in (Go-based) git client; otherwise you will need to install Git.
37+
* `gogit-windows-4.0-386` for 32-bit Intel/AMD processors
38+
* `gogit-windows-4.0-amd64` for 64-bit Intel/AMD processors
39+
40+
The `gogit-windows` file addresses [significant performance problems](https://github.com/go-gitea/gitea/pull/15482) that have been reported on Windows by including a built-in, Go-based git client for some operations. The `windows`-only file (i.e. without `gogit`) will exclusively use whichever git is client installed on the server.
4041

4142
*Note that `windows-4.0` refers to Windows NT+, which is all modern versions of Windows.*
4243

@@ -55,8 +56,6 @@ chmod +x gitea
5556
Note that the above command will download Gitea {{< version >}} for 64-bit Linux.
5657

5758

58-
59-
6059
## Verify GPG signature
6160

6261
Gitea signs all binaries with a [GPG key](https://keys.openpgp.org/search?q=teabot%40gitea.io) to prevent against unwanted modification of binaries.

0 commit comments

Comments
 (0)