summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZifei Tong <zifeitong@gmail.com>2015-03-12 20:09:36 +0800
committerZifei Tong <zifeitong@gmail.com>2015-03-12 20:12:23 +0800
commitba933d3f9714d7aa6836842158829aba7c279c60 (patch)
treeda75c51ee4037a702fea4b40285470ff3b62da6a /docs
parentc67a3fa94e4a63c3fac961b169eacc2622fdfa5b (diff)
downloadcaffeonacl-ba933d3f9714d7aa6836842158829aba7c279c60.tar.gz
caffeonacl-ba933d3f9714d7aa6836842158829aba7c279c60.tar.bz2
caffeonacl-ba933d3f9714d7aa6836842158829aba7c279c60.zip
[docs] Add missing command in OS X installation guide
Diffstat (limited to 'docs')
-rw-r--r--docs/install_osx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install_osx.md b/docs/install_osx.md
index 0373a417..e1a1d569 100644
--- a/docs/install_osx.md
+++ b/docs/install_osx.md
@@ -18,7 +18,7 @@ In other `ENV` settings, things may not work as expected.
brew install --fresh -vd snappy leveldb gflags glog szip lmdb
# need the homebrew science source for OpenCV and hdf5
brew tap homebrew/science
- hdf5 opencv
+ brew install hdf5 opencv
If using Anaconda Python, a modification to the OpenCV formula might be needed
Do `brew edit opencv` and change the lines that look like the two lines below to exactly the two lines below.