1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-15 17:02:27 +05:30

Merge pull request #258 from The-Alchemist/patch-1

minor formatting tweaks to README
This commit is contained in:
Sebastiaan van Stijn
2025-02-28 00:06:58 +01:00
committed by GitHub
+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/