From f330e4db5ee916825aebf8b7898a82c1410739b6 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 22 May 2026 18:35:29 +0200 Subject: [PATCH] Revert "remove go install path for now" This reverts commit e81681d61b33f6fdb66e90d71dfed9ac94775e90. --- INSTALLATION.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALLATION.md b/INSTALLATION.md index 011be12..92579c0 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -85,6 +85,13 @@ Homebrew will automatically download the correct binary for your platform. docker-credential-atcr version ``` +### From Source (requires Go 1.26+) + +```bash +go install atcr.io/cmd/credential-helper@latest +sudo mv $(go env GOPATH)/bin/credential-helper /usr/local/bin/docker-credential-atcr +``` + ## Configuration ### 1. Configure Docker