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
3434
3535Or if the toolchain is already installed on your machine:
3636
37- 1 - Download the source.
37+ 1 . Download the source.
3838
3939``` shell
4040$ git clone https://github.com/docker/docker-credential-helpers.git
4141$ cd docker-credential-helpers
4242```
4343
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.
4545
4646``` shell
4747$ make osxkeychain
4848```
4949
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.
5151
5252``` shell
5353$ cp bin/build/docker-credential-osxkeychain /usr/local/bin/
You can’t perform that action at this time.
0 commit comments