-
Notifications
You must be signed in to change notification settings - Fork 139
Installation
github-actions edited this page Jul 30, 2022
·
9 revisions
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
Copyright © 2020-2022 df-mc
- Home
- What is Dragonfly
- Installation
- FAQ
- Releases
- Developer Resources
- Community Projects