From 4ea2dcec3caa030d312daa1f5f5e7e99908266ac Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Wed, 22 Nov 2023 00:19:17 +0100 Subject: [PATCH] Updated Set up Build Environment on macOS (markdown) --- Set-up-Build-Environment-on-macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Set-up-Build-Environment-on-macOS.md b/Set-up-Build-Environment-on-macOS.md index 74afe03..2fc0e99 100644 --- a/Set-up-Build-Environment-on-macOS.md +++ b/Set-up-Build-Environment-on-macOS.md @@ -38,7 +38,7 @@ Set up vcpkg in a location of your choosing: git clone https://github.com/Microsoft/vcpkg.git && ./vcpkg/bootstrap-vcpkg.sh ``` -Install pkg-config and (optionally) the vcpkg stub package via Homebrew: +Install pkg-config and (optionally) the vcpkg stub package from Homebrew: ``` brew install pkg-config vcpkg ```