From bab816953fd3693896288dd1d75bf7597ebb6192 Mon Sep 17 00:00:00 2001 From: Jesse Lang Date: Thu, 13 Oct 2022 19:08:48 -0500 Subject: [PATCH] Fix markdown header typo The header "Install build dependencies" was not correctly formatted. Signed-off-by: Jesse Lang --- build_osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_osx.md b/build_osx.md index 8b2341cbb7..856fcbc425 100644 --- a/build_osx.md +++ b/build_osx.md @@ -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: ```