Installation

Learn how to install DomInGo on your system

Installing DomInGo

DomInGo can be installed in multiple ways, depending on your operating system and preferences. Choose the method that works best for you.

Using Package Managers

Homebrew

The recommended way to install DomInGo on macOS and Linux is through Homebrew:

brew tap cybeag/tap
brew install domingo

Quick Install Script

For a quick installation on any supported platform:

curl -fsSL https://raw.githubusercontent.com/cybeag/domingo/main/install.sh | sh

Security:

Always review installation scripts before running them. You can inspect the installation script on GitHub.

Manual Installation

Download Binary

  1. Visit the releases page
  2. Download the appropriate binary for your system
  3. Extract the archive
  4. Move the binary to a location in your PATH

Go Installation

If you have Go installed on your system:

go install github.com/cybeag/domingo/cmd/domingo@latest

The binary will be available at $GOPATH/bin/domingo

Next Steps

Now that you have DomInGo installed, check out our Quick Start Guide to begin using the tool.