Installation
Doggo can be installed using various methods. Choose the one that best suits your needs and system configuration.
Easy Install (Recommended)
The easiest way to install Doggo is by using the installation script:
This script will automatically download and install the latest version of Doggo for your system.
Binary Installation
You can download pre-compiled binaries for various operating systems and architectures from the Releases section of the GitHub repository.
Docker
Doggo is available as a Docker image hosted on GitHub Container Registry (ghcr.io). It supports both x86 and ARM architectures.
To pull the latest image:
To run Doggo using Docker:
Package Managers
Homebrew (macOS and Linux)
Install via Homebrew:
Arch Linux
Install using an AUR helper like yay
:
Scoop (Windows)
Install via Scoop:
From Source
To install Doggo from source, you need to have Go installed on your system.
The binary will be available at $GOPATH/bin/doggo
.
After installation, you can verify the installation by running doggo
in your terminal. For usage examples and command-line arguments, refer to the Usage section of the documentation.