Skip to content

Commit f7f8554

Browse files
authored
Merge pull request #258 from The-Alchemist/patch-1
minor formatting tweaks to README
2 parents 1041211 + 1a77fa6 commit f7f8554

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)