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
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,39 @@ embedded assets. This can be different for older releases.
24
24
25
25
## Download
26
26
27
-
Choose the file matching your platform from the [downloads page](https://dl.gitea.io/gitea/), copy the URL and replace the URL within the commands below:
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
+
### 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
35
+
36
+
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.
40
+
41
+
*Note that `windows-4.0` refers to Windows NT+, which is all modern versions of Windows.*
42
+
43
+
For macOs, you should choose:
44
+
*`darwin-amd64` for AMD/Intel x86/64-bit processors
45
+
*`darwin-arm64` for 64-bit ARM systems like a Raspberry PI 4
46
+
47
+
### Downloading with wget
48
+
49
+
Copy the commands below and replace the URL within the one you wish to download.
29
50
```sh
30
51
wget -O gitea https://dl.gitea.io/gitea/{{< version >}}/gitea-{{< version >}}-linux-amd64
31
52
chmod +x gitea
32
53
```
33
54
55
+
Note that the above command will download Gitea {{< version >}} for 64-bit Linux.
56
+
57
+
58
+
59
+
34
60
## Verify GPG signature
35
61
36
62
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