Installation
npm (Node.js)
sh
npm install @driftabot/engineDownloads the correct pre-built binary for your platform automatically. See npm SDK for the full programmatic API.
Homebrew (macOS / Linux)
sh
brew tap DriftaBot/tap
brew install driftabotGo install
sh
go install github.com/DriftaBot/engine/cmd/driftabot@latestBuild from source
sh
go build -o driftabot ./cmd/driftabotOr via Make:
sh
make build