Skip to content

Installation

provsalt edited this page Jun 14, 2021 · 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.

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
Clone this wiki locally