From f9fd58eea5aaf65df0b7a4d63604b07a2ff7487c Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Tue, 31 Jul 2018 15:48:52 -0400 Subject: [PATCH] Update README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 611d1420b..e93376abf 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ designed specifically with mass-scale Minecraft in mind. * First-class support for Paper, Sponge, and Forge. (Other implementations may work, but we make every endeavor to support these server implementations specifically.) + +## Building + +Velocity is built with [Gradle](https://gradle.org). We recommend using the +wrapper script (`./gradlew`) as our CI builds using it. + +It is sufficient to run `./gradlew build` to run the full build cycle. ## Status