From 1a77fa667fb05d118f42da9099f10dfe3b234302 Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Tue, 7 Feb 2023 13:03:23 -0500 Subject: [PATCH] minor formatting tweaks to README Signed-off-by: Sebastiaan van Stijn --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 389542a..6872a5a 100644 --- a/README.md +++ b/README.md @@ -34,20 +34,20 @@ $ docker buildx bake Or if the toolchain is already installed on your machine: -1 - Download the source. +1. Download the source. ```shell $ git clone https://github.com/docker/docker-credential-helpers.git $ 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 $ 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 $ cp bin/build/docker-credential-osxkeychain /usr/local/bin/