Fix markdown header typo

The header "Install build dependencies" was not correctly formatted.

Signed-off-by: Jesse Lang <jesse@jesselang.com>
This commit is contained in:
Jesse Lang
2022-10-13 19:08:48 -05:00
committed by GitHub
parent 0571001d3f
commit bab816953f

View File

@ -6,7 +6,7 @@ The following describes the process for building the Podman client on macOS.
Podman requires brew -- a package manager for macOS. This will allow additional packages to be installed that are
needed by Podman. See the [brew project page](https://brew.sh/) for installation instructions.
##Install build dependencies
## Install build dependencies
Podman requires some software from brew to be able to build. This can be done using brew from a macOS terminal:
```