Merge pull request #608 from wenq1/master

Minor fix for readme
This commit is contained in:
Peter Braden 2019-03-20 10:51:16 +01:00 committed by GitHub
commit d4c019f5da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ You'll need OpenCV 2.3.1 or newer installed before installing node-opencv.
## Specific for macOS
Install OpenCV using brew
```bash
brew install pkg-config
brew install opencv@2
brew link --force opencv@2
```