Fix Homebrew Qt5 prefix

Shiz 2022-08-22 16:32:36 +02:00
parent f3c7360df8
commit f49dc304a4
1 changed files with 1 additions and 1 deletions

@ -131,7 +131,7 @@ If you have [Homebrew](https://brew.sh/) installed and you installed qt5 from th
To do this, executed:
```
export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"
export PATH="$(brew --prefix)/opt/qt@5/bin:$PATH"
```
You can verify whether or not this is the correct path by executing `brew info qt@5` and reading the output.