Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 394 Bytes

GetStarted.md

File metadata and controls

17 lines (16 loc) · 394 Bytes

How to compile rukkit?

Rukkit now support gradle.Just using gradle to compile this project.

For example:

  1. clone this project.
git clone https://github.com/RukkitDev/Rukkit
  1. using gradle to run a Rukkit server:
gradle run
  1. or compile the project.
gradle buildRukkit
  1. check the dir build/outputs and run start.sh/start.bat,and enjoy your server!