Skip to content

Installation

Sandertv edited this page Jan 8, 2022 · 9 revisions

Since Dragonfly is still in it's 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.

Development Install

Installing Dragonfly from source requires Go 1.16 or newer.

Instant installation:
go install github.com/df-mc/dragonfly

dragonfly
Installation for editing Dragonfly:
git clone https://github.com/df-mc/dragonfly
cd dragonfly

go run main.go
Install dragonfly with your go modules project:
go get -u github.com/df-mc/dragonfly

Video

Dragonfly Tutorial #1 - Starting a serverl

Clone this wiki locally