You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ docker-credential-helpers is a suite of programs to use native stores to keep Do
4
4
5
5
## Installation
6
6
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.
8
8
9
9
### Building from scratch
10
10
@@ -13,13 +13,13 @@ The programs in this repository are written with the Go programming language. Th
13
13
1 - Download the source and put it in your `$GOPATH` with `go get`.
14
14
15
15
```
16
-
$ go get github.com/calavera/docker-credential-helpers
16
+
$ go get github.com/docker/docker-credential-helpers
17
17
```
18
18
19
19
2 - Use `make` to build the program you want. That will leave any executable in the `bin` directory inside the repository.
0 commit comments