From ec937eebe270e94906dddf5f33d5f98222d4a57e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Gr=C3=A9au?= Date: Thu, 17 Mar 2016 00:18:01 +0100 Subject: [PATCH] Update related to the move to Docker Organization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix link to project releases - Fix go command Signed-off-by: Maxime Gréau --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a64ac13..0b48887 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ docker-credential-helpers is a suite of programs to use native stores to keep Do ## Installation -Go to the [Releases](https://github.com/calavera/docker-credential-helpers/releases) page and download the binary that works better for you. Put that binary in your `$PATH`, so Docker can find it. +Go to the [Releases](https://github.com/docker/docker-credential-helpers/releases) page and download the binary that works better for you. Put that binary in your `$PATH`, so Docker can find it. ### Building from scratch @@ -13,13 +13,13 @@ The programs in this repository are written with the Go programming language. Th 1 - Download the source and put it in your `$GOPATH` with `go get`. ``` -$ go get github.com/calavera/docker-credential-helpers +$ go get github.com/docker/docker-credential-helpers ``` 2 - Use `make` to build the program you want. That will leave any executable in the `bin` directory inside the repository. ``` -$ cd $GOPATH/calavera/docker-credentials-helpers +$ cd $GOPATH/docker/docker-credentials-helpers $ make osxkeychain ```