From bb6a0076d4c6cf8c049a53444086a9c2fa3151a0 Mon Sep 17 00:00:00 2001 From: Jonathan de Jong Date: Sat, 30 Jul 2022 17:59:02 +0200 Subject: [PATCH] Fixup MacOS install `cask` command Encountered this while trying to install on macos, as newer versions of brew have deprecated the old way. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a43d573bf..6843c353f 100644 --- a/README.md +++ b/README.md @@ -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 ```