Update README.

This commit is contained in:
Andrew Steinborn
2018-07-31 15:48:52 -04:00
parent 25d13b2cc4
commit f9fd58eea5

View File

@@ -14,6 +14,13 @@ designed specifically with mass-scale Minecraft in mind.
* First-class support for Paper, Sponge, and Forge. (Other implementations * First-class support for Paper, Sponge, and Forge. (Other implementations
may work, but we make every endeavor to support these server implementations may work, but we make every endeavor to support these server implementations
specifically.) 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 ## Status