From a1c7d35df6acce623ffe33f7dc5abb803f55a5e0 Mon Sep 17 00:00:00 2001 From: manuelgu Date: Mon, 25 Apr 2016 21:21:41 +0200 Subject: [PATCH 1/3] Styling of README --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 43a40a81..70fc71f0 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,25 @@ -# About +# FastAsyncWorldEdit FAWE is an addon for WorldEdit that has huge speed and memory improvements as well as a few extra features. -# Spigot page +## Spigot page https://www.spigotmc.org/resources/13932/ -# IRC -http://webchat.esper.net/?nick=&channels=IntellectualCrafters +## IRC +Meet us on `irc.esper.net` in the `#IntellectualCrafters` channel or use the [Webchat to join through browser](http://webchat.esper.net/?nick=&channels=IntellectualCrafters). -# Releases: +## Releases: +You can find the most recent stable releases on GitHub https://github.com/boy0001/FastAsyncWorldedit/releases -# Building -> FAWE uses gradle to build +## Building +FAWE uses gradle to build -gradlew setupDecompWorkspace -gradlew build +``` +$ gradlew setupDecompWorkspace +$ gradlew build +``` -# Contributing +## Contributing Have an idea for an optimization, or a cool feature? - I'll accept most PR's - Let me know what you've tested / what may need further testing From 459007558885fd13be10f12b32787fe64f96aac0 Mon Sep 17 00:00:00 2001 From: manuelgu Date: Mon, 25 Apr 2016 21:23:27 +0200 Subject: [PATCH 2/3] Remove redundant colon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70fc71f0..9382b15a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ https://www.spigotmc.org/resources/13932/ ## IRC Meet us on `irc.esper.net` in the `#IntellectualCrafters` channel or use the [Webchat to join through browser](http://webchat.esper.net/?nick=&channels=IntellectualCrafters). -## Releases: +## Releases You can find the most recent stable releases on GitHub https://github.com/boy0001/FastAsyncWorldedit/releases From 5ee5952a875de7afa2ca6bb0d7761176169094ef Mon Sep 17 00:00:00 2001 From: manuelgu Date: Mon, 25 Apr 2016 21:26:50 +0200 Subject: [PATCH 3/3] More adjustments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9382b15a..3722ff93 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ FAWE is an addon for WorldEdit that has huge speed and memory improvements as we https://www.spigotmc.org/resources/13932/ ## IRC -Meet us on `irc.esper.net` in the `#IntellectualCrafters` channel or use the [Webchat to join through browser](http://webchat.esper.net/?nick=&channels=IntellectualCrafters). +Meet us on `irc.esper.net` in the `#IntellectualCrafters` channel or use the [webchat to join through browser](http://webchat.esper.net/?nick=&channels=IntellectualCrafters). ## Releases You can find the most recent stable releases on GitHub