Fixup MacOS install `cask` command

Encountered this while trying to install on macos, as newer versions of brew have deprecated the old way.
This commit is contained in:
Jonathan de Jong 2022-07-30 17:59:02 +02:00 committed by Carles Fernandez
parent bba80cb920
commit bb6a0076d4
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ $ brew update && brew upgrade
$ brew install armadillo cmake hdf5 gflags glog gnuradio lapack libmatio log4cpp \
openssl pkg-config protobuf pugixml
$ pip3 install mako
$ brew cask install mactex # when completed, restart Terminal
$ brew install --cask mactex # when completed, restart Terminal
$ brew install graphviz doxygen
```