From 99cce19774b9b18bc60cac9fd769d09a586e280e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 23 Apr 2022 12:13:57 -0400 Subject: [PATCH] Avoid hard-coding homebrew install prefix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38e00f32e..aa420f7c6 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ You may need to run some or all of these: xcode-select --install brew install openssl brew install pkg-config -export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig" +export PKG_CONFIG_PATH="$(brew --prefix)/opt/openssl@3/lib/pkgconfig" ``` Now run: