Skip to content

Installation

Tal edited this page May 11, 2021 · 9 revisions

Since Dragonfly is still in it's early stages, there aren't any prebuilt executables. These may be provided when Dragonfly reaches a more stable stage.

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