From 4949a9e844a4167afc6951f35ae26c85ddfe9523 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 9 Nov 2023 16:57:06 -0500 Subject: [PATCH] Update homebrew install guide --- docs/source/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index b116e28..1bff400 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -28,8 +28,8 @@ Install [Homebrew][homebrew], then run the following commands in a terminal. ```text brew install pkg-config openssl@3 poppler python -export LDFLAGS="-L/opt/homebrew/opt/openssl@3/lib" -export CPPFLAGS="-I/opt/homebrew/opt/openssl@3/include" +export LDFLAGS="-L$(brew --prefix)/opt/openssl@3/lib" +export CPPFLAGS="-I$(brew --prefix)/opt/openssl@3/include" pip install yara-python ```