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: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,21 +45,21 @@
45
45
</p>
46
46
47
47
<palign="center">
48
-
<ahref="README_ZH.md">View the chinese version of this document</a>
48
+
<ahref="README_ZH.md">View this document in Chinese</a>
49
49
</p>
50
50
51
51
## Purpose
52
52
53
53
The goal of this project is to make the easiest, fastest, and most
54
54
painless way of setting up a self-hosted Git service.
55
-
Using Go, this can be done with an independent binary distribution across
56
-
**all platforms** which Go supports, including Linux, macOS, and Windows
57
-
on x86, amd64, ARM and PowerPC architectures.
58
-
Want to try it before doing anything else?
59
-
Do it [with the online demo](https://try.gitea.io/)!
55
+
56
+
As Gitea is written in Go, it works across **all** the platforms and
57
+
architectures that are supported by Go, including Linux, macOS, and
58
+
Windows on x86, amd64, ARM and PowerPC architectures.
59
+
You can try it out using [the online demo](https://try.gitea.io/).
60
60
This project has been
61
61
[forked](https://blog.gitea.io/2016/12/welcome-to-gitea/) from
62
-
[Gogs](https://gogs.io) since 2016.11 but changed a lot.
62
+
[Gogs](https://gogs.io) since November of 2016, but a lot has changed.
63
63
64
64
## Building
65
65
@@ -102,7 +102,7 @@ NOTES:
102
102
103
103
Translations are done through Crowdin. If you want to translate to a new language ask one of the managers in the Crowdin project to add a new language there.
104
104
105
-
You can also just create an issue for adding a language or ask on discord on the #translation channel. If you need context or find some translation issues, you can leave a comment on the string or ask on Discord. For general translation questions there is a section in the docs. Currently a bit empty but we hope fo fill it as questions pop up.
105
+
You can also just create an issue for adding a language or ask on discord on the #translation channel. If you need context or find some translation issues, you can leave a comment on the string or ask on Discord. For general translation questions there is a section in the docs. Currently a bit empty but we hope to fill it as questions pop up.
@@ -114,7 +114,7 @@ For more information and instructions about how to install Gitea, please look at
114
114
If you have questions that are not covered by the documentation, you can get in contact with us on our [Discord server](https://discord.gg/Gitea) or create a post in the [discourse forum](https://discourse.gitea.io/).
115
115
116
116
We maintain a list of Gitea-related projects at [gitea/awesome-gitea](https://gitea.com/gitea/awesome-gitea).
117
-
The hugo-based documentation theme is hosted at [gitea/theme](https://gitea.com/gitea/theme).
117
+
The Hugo-based documentation theme is hosted at [gitea/theme](https://gitea.com/gitea/theme).
118
118
The official Gitea CLI is developed at [gitea/tea](https://gitea.com/gitea/tea).
0 commit comments