From c50d9431208ed3e854819675a38d56cb2e4dec2b Mon Sep 17 00:00:00 2001 From: "Xiang Yann, Lim" Date: Wed, 8 Mar 2023 11:23:18 +0800 Subject: [PATCH] cask no longer a command, param instead brew cask -> brew --cask --- 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 8e4929a79..21e3858ac 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 --cask cmake`. 3. Install **Caffe, OpenCV, and Caffe prerequisites**: Run `bash scripts/osx/install_deps.sh`.