1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

minor formatting tweaks to README

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
The Alchemist
2023-02-07 13:03:23 -05:00
committed by Sebastiaan van Stijn
parent 1041211a6e
commit 1a77fa667f
+3 -3
View File
@@ -34,20 +34,20 @@ $ docker buildx bake
Or if the toolchain is already installed on your machine: Or if the toolchain is already installed on your machine:
1 - Download the source. 1. Download the source.
```shell ```shell
$ git clone https://github.com/docker/docker-credential-helpers.git $ git clone https://github.com/docker/docker-credential-helpers.git
$ cd docker-credential-helpers $ cd docker-credential-helpers
``` ```
2 - Use `make` to build the program you want. That will leave an executable in the `bin` directory inside the repository. 2. Use `make` to build the program you want. That will leave an executable in the `bin` directory inside the repository.
```shell ```shell
$ make osxkeychain $ make osxkeychain
``` ```
3 - Put that binary in your `$PATH`, so Docker can find it. 3. Put that binary in your `$PATH`, so Docker can find it.
```shell ```shell
$ cp bin/build/docker-credential-osxkeychain /usr/local/bin/ $ cp bin/build/docker-credential-osxkeychain /usr/local/bin/