File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,20 +34,20 @@ $ docker buildx bake
34
34
35
35
Or if the toolchain is already installed on your machine:
36
36
37
- 1 - Download the source.
37
+ 1 . Download the source.
38
38
39
39
``` shell
40
40
$ git clone https://github.com/docker/docker-credential-helpers.git
41
41
$ cd docker-credential-helpers
42
42
```
43
43
44
- 2 - Use ` make ` to build the program you want. That will leave an executable in the ` bin ` directory inside the repository.
44
+ 2 . Use ` make ` to build the program you want. That will leave an executable in the ` bin ` directory inside the repository.
45
45
46
46
``` shell
47
47
$ make osxkeychain
48
48
```
49
49
50
- 3 - Put that binary in your ` $PATH ` , so Docker can find it.
50
+ 3 . Put that binary in your ` $PATH ` , so Docker can find it.
51
51
52
52
``` shell
53
53
$ cp bin/build/docker-credential-osxkeychain /usr/local/bin/
You can’t perform that action at this time.
0 commit comments