Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Apr 22, 2024
1 parent 9cd4cef commit b9565e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ Get OpenCV from homebrew:
brew install opencv
```
You will also need a working C++ compiler and libclang, you can install Command Line Tools (`xcode-select
--install`), XCode (from AppStore) or `llvm` (from Brew). You most probably need to also check the item 7 of the
troubleshooting below.
--install`), XCode (from App Store) or `llvm` (from Brew). You most probably need to also check the item 7 of the
[troubleshooting](https://github.com/twistedfall/opencv-rust/blob/master/TROUBLESHOOTING.md).

If using system LLVM doesn't work for you you can get it from homebrew:
If using system LLVM doesn't work for you, you can get it from homebrew:
```shell script
brew install llvm
```
Expand Down

0 comments on commit b9565e7

Please sign in to comment.