From 85512c15cd85cc8b0a97ea4e4e2a979871f2c04b Mon Sep 17 00:00:00 2001 From: Jabriel <15688641+jukrb0x@users.noreply.github.com> Date: Thu, 26 May 2022 21:15:44 +0800 Subject: [PATCH] update homebrew command --- doc/installation/1_prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation/1_prerequisites.md b/doc/installation/1_prerequisites.md index 5bb618301..20e4d279a 100644 --- a/doc/installation/1_prerequisites.md +++ b/doc/installation/1_prerequisites.md @@ -76,7 +76,7 @@ sudo pip install numpy opencv-python ## Mac OS Prerequisites 1. If you don't have `brew`, install it by running `bash scripts/osx/install_brew.sh` on your terminal. -2. Install **CMake GUI**: Run the command `brew cask install cmake`. +2. Install **CMake GUI**: Run the command `brew install cmake --cask`. 3. Install **Caffe, OpenCV, and Caffe prerequisites**: Run `bash scripts/osx/install_deps.sh`.