label | icon | order |
---|---|---|
Getting Started |
rocket |
2 |
Since Dragonfly is still in its early stages, there aren't any prebuilt executables. These may be provided when Dragonfly becomes more stable. Instructions and a tutorial video can be found below.
The following commands assume you have created a new directory for your Go project, and you are trying to import dragonfly.
go mod init github.com/<user>/<module> # Insert your own username and project name here.
go get github.com/df-mc/dragonfly
The following commands download the latest dragonfly commit and run it.
git clone https://github.com/df-mc/dragonfly
cd dragonfly
go run main.go