Skip to content

Commit

Permalink
Update homebrew install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Nov 9, 2023
1 parent c988b19 commit 4949a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 4949a9e

Please # to comment.