Skip to content

Commit 6bbb56a

Browse files
committed
Merge pull request #11 from mgreau/fix-doc
Update related to the move to Docker Organization
2 parents fa24bb8 + ec937ee commit 6bbb56a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ docker-credential-helpers is a suite of programs to use native stores to keep Do
44

55
## Installation
66

7-
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.
7+
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.
88

99
### Building from scratch
1010

@@ -13,13 +13,13 @@ The programs in this repository are written with the Go programming language. Th
1313
1 - Download the source and put it in your `$GOPATH` with `go get`.
1414

1515
```
16-
$ go get github.com/calavera/docker-credential-helpers
16+
$ go get github.com/docker/docker-credential-helpers
1717
```
1818

1919
2 - Use `make` to build the program you want. That will leave any executable in the `bin` directory inside the repository.
2020

2121
```
22-
$ cd $GOPATH/calavera/docker-credentials-helpers
22+
$ cd $GOPATH/docker/docker-credentials-helpers
2323
$ make osxkeychain
2424
```
2525

0 commit comments

Comments
 (0)