Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 1019 Bytes

getting-started.md

File metadata and controls

30 lines (23 loc) · 1019 Bytes
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.

Installation as library

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

Installation of the latest commit

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

Video

!embed el="embed"