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
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,16 @@
19
19
20
20
## Purpose
21
21
22
-
The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. Using Go, this can be done with an independent binary distribution across **all platforms** which Go supports, including Linux, macOS, and Windows on x86, amd64, ARM and PowerPC architectures. Want to try it before doing anything else? Do it [with the online demo](https://try.gitea.io/)! This project has been [forked](https://blog.gitea.io/2016/12/welcome-to-gitea/) from [Gogs](https://gogs.io).
22
+
The goal of this project is to make the easiest, fastest, and most
23
+
painless way of setting up a self-hosted Git service.
24
+
Using Go, this can be done with an independent binary distribution across
25
+
**all platforms** which Go supports, including Linux, macOS, and Windows
26
+
on x86, amd64, ARM and PowerPC architectures.
27
+
Want to try it before doing anything else?
28
+
Do it [with the online demo](https://try.gitea.io/)!
29
+
This project has been
30
+
[forked](https://blog.gitea.io/2016/12/welcome-to-gitea/) from
31
+
[Gogs](https://gogs.io).
23
32
24
33
## Notes
25
34
@@ -29,7 +38,12 @@ The goal of this project is to make the easiest, fastest, and most painless way
29
38
30
39
## Docs
31
40
32
-
For more information and instructions about how to install Gitea please look at our [documentation](https://docs.gitea.io/en-us/). If you cannot find some specific information, then head over to our [Discord server](https://discord.gg/NsatcWJ) or [Matrix room](https://matrix.to/#/#gitea:matrix.org) to chat with us or use the [forum](https://discourse.gitea.io/).
41
+
For more information and instructions about how to install Gitea
42
+
please look at our [documentation](https://docs.gitea.io/en-us/).
43
+
If you cannot find some specific information, then head over to
44
+
our [Discord server](https://discord.gg/NsatcWJ)
45
+
or [Matrix room](https://matrix.to/#/#gitea:matrix.org) to chat with us
This project is licensed under the MIT License. See the [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) file for the full license text.
60
+
This project is licensed under the MIT License.
61
+
See the [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) file
0 commit comments