Skip to content

Commit edc817a

Browse files
strklunny
authored andcommitted
Wrap most paragraphs to 80 columns (#2396)
Reduces patches size and makes them more readable
1 parent 3e6fed3 commit edc817a

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,16 @@
1919

2020
## Purpose
2121

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).
2332

2433
## Notes
2534

@@ -29,7 +38,12 @@ The goal of this project is to make the easiest, fastest, and most painless way
2938

3039
## Docs
3140

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
46+
or use the [forum](https://discourse.gitea.io/).
3347

3448
## Contributing
3549

@@ -43,4 +57,6 @@ Fork -> Patch -> Push -> Pull Request
4357

4458
## License
4559

46-
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
62+
for the full license text.

0 commit comments

Comments
 (0)