Installation
Option 1 — Build from source
Prerequisites
Steps
# Clone the repository
git clone https://github.com/k9io/maxmind-api-proxy.git
cd maxmind-api-proxy
# Download dependencies
go mod tidy
# Build the binary
go build -o maxmind-api-proxyBuilding for a different platform
Option 2 — Pre-built binaries
Next step
Last updated