summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Santilli <strk@kbt.io>2017-08-30 03:27:23 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-08-30 09:27:23 +0800
commitedc817a1dcb5a65fceb9d2da17288b6c4ce18147 (patch)
tree826f1faf9bbe65a8a788526b3b89b4602276fd43
parent3e6fed368bbd837854292d3855463d567a689943 (diff)
downloadgitea-edc817a1dcb5a65fceb9d2da17288b6c4ce18147.tar.gz
gitea-edc817a1dcb5a65fceb9d2da17288b6c4ce18147.zip
Wrap most paragraphs to 80 columns (#2396)
Reduces patches size and makes them more readable
-rw-r--r--README.md22
1 files changed, 19 insertions, 3 deletions
diff --git a/README.md b/README.md
index 631640154c..0c92b9648d 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,16 @@
## Purpose
-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).
+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).
## Notes
@@ -29,7 +38,12 @@ The goal of this project is to make the easiest, fastest, and most painless way
## Docs
-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/).
+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/).
## Contributing
@@ -43,4 +57,6 @@ Fork -> Patch -> Push -> Pull Request
## License
-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.
+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.