Skip to content

Commit 1a77fa6

Browse files
The-AlchemistthaJeztah
authored andcommitted
minor formatting tweaks to README
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 1041211 commit 1a77fa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ $ docker buildx bake
3434

3535
Or 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/

0 commit comments

Comments
 (0)