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
* upstream/main:
Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (go-gitea#22877)
Move helpers to be prefixed with `gt-` (go-gitea#22879)
Remove _actions.less (go-gitea#22885)
Highlight focused diff file (go-gitea#22870)
Pull Requests: setting to allow edits by maintainers by default, tweak UI (go-gitea#22862)
docs: Update translation from-binary.zh-cn.md (go-gitea#22820)
Move delete user to service (go-gitea#22478)
Remove Fomantic-UI's `.hidden` CSS class for checkbox elements (go-gitea#22851)
# Conflicts:
# templates/repo/issue/view_content/sidebar.tmpl
# templates/repo/wiki/revision.tmpl
# templates/repo/wiki/view.tmpl
Copy file name to clipboardexpand all lines: docs/content/doc/installation/from-binary.en-us.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ menu:
16
16
# Installation from binary
17
17
18
18
All downloads come with SQLite, MySQL and PostgreSQL support, and are built with
19
-
embedded assets. This can be different for older releases.
19
+
embedded assets. This can be different from Gogs.
20
20
21
21
**Table of Contents**
22
22
23
23
{{< toc >}}
24
24
25
25
## Download
26
26
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.
27
+
You can find the file matching your platform from the [downloads page](https://dl.gitea.com/gitea/) after navigating to the version you want to download.
28
28
29
29
### Choosing the right file
30
30
@@ -36,12 +36,14 @@ You can find the file matching your platform from the [downloads page](https://d
36
36
37
37
**For macOS**, you should choose `darwin-arm64` if your hardware uses Apple Silicon, or `darwin-amd64` for Intel.
38
38
39
+
**For FreeBSD**, you should choose `freebsd12-amd64` for 64-bit Intel/AMD platforms.
40
+
39
41
### Downloading with wget
40
42
41
43
Copy the commands below and replace the URL within the one you wish to download.
42
44
43
45
```sh
44
-
wget -O gitea https://dl.gitea.io/gitea/{{< version >}}/gitea-{{< version >}}-linux-amd64
46
+
wget -O gitea https://dl.gitea.com/gitea/{{< version >}}/gitea-{{< version >}}-linux-amd64
45
47
chmod +x gitea
46
48
```
47
49
@@ -173,7 +175,7 @@ an update of your Gitea version.
173
175
Older Linux distributions (such as Debian 7 and CentOS 6) may not be able to load the
174
176
Gitea binary, usually producing an error such as `./gitea: /lib/x86_64-linux-gnu/libc.so.6:
175
177
version 'GLIBC\_2.14' not found (required by ./gitea)`. This is due to the integrated
176
-
SQLite support in the binaries provided by dl.gitea.io. In this situation, it is usually
178
+
SQLite support in the binaries provided by dl.gitea.com. In this situation, it is usually
177
179
possible to [install from source]({{< relref "from-source.en-us.md" >}}), without including
0 commit comments