You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/installation/from-binary.en-us.md
+4-14
Original file line number
Diff line number
Diff line change
@@ -27,23 +27,13 @@ embedded assets. This can be different for older releases.
27
27
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.
28
28
29
29
### 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`.
35
31
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.
39
33
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.*
41
35
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.
0 commit comments