mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-16 15:24:15 +00:00
Revert "remove go install path for now"
This reverts commit e81681d61b.
This commit is contained in:
committed by
Tangled
parent
fd3132a545
commit
f330e4db5e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user