Skip to content

Commit c60b8a8

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

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

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

+4-14
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,13 @@ embedded assets. This can be different for older releases.
2727
You can find the file matching your platform from the [downloads page](https://dl.gitea.io/gitea/) after navigating to the version you want to download.
2828

2929
### Choosing the right file
30-
For Linux, you should choose:
31-
* `linux-386` for 32-bit Intel/AMD processors
32-
* `linux-amd64` for 64-bit Intel/AMD processors
33-
* 'linux-arm64' for 64-bit ARM systems like a Raspberry PI 4
34-
* `linux-arm-5` and `linux-arm-6` are for other versions of the ARM processor
30+
**For Linux**, you will likely want `linux-amd64`. It's for 64-bit Intel/AMD platforms, but there are other platforms available, including `arm64` (e.g. Raspberry PI 4), `386` (i.e. 32-bit), `arm-5`, and `arm-6`.
3531

36-
For Windows, you should chose:
37-
* `gogit-windows-4.0-386` for 32-bit Intel/AMD processors
38-
* `gogit-windows-4.0-amd64` for 64-bit Intel/AMD processors
32+
**For Windows**, you will likely want `windows-4.0-amd64`. It's for all modern versions of Windows, but there is also a `386` platform available designed for older, 32-bit versions of Windows.
3933

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.
34+
*Note: there is also a `gogit-windows` file available that was created to help with some [performance problems](https://github.com/go-gitea/gitea/pull/15482) reported by some Windows users on older systems/versions. You should consider using this file if you're experiencing performance issues, and let us know if it improves performance.*
4135

42-
*Note that `windows-4.0` refers to Windows NT+, which is all modern versions of Windows.*
43-
44-
For macOs, you should choose:
45-
* `darwin-amd64` for AMD/Intel x86/64-bit processors
46-
* `darwin-arm64` for 64-bit ARM systems like a Raspberry PI 4
36+
**For macOs**, you should choose `darwin-arm64` if your hardware uses Apple Silicon, or `darwin-amd64` for Intel.
4737

4838
### Downloading with wget
4939

0 commit comments

Comments
 (0)