Use correct brew install --cask command

I've noticed that some docs are a bit outdated, as homebrew doesn't have
`brew cask` command now, all features regarding to casks were moved to
the option `--cask` instead.

This commit just introduce such changes to be up-to-date with homebrew instructions.
This commit is contained in:
Sergey Lebedev 2021-04-21 21:09:56 +03:00
parent cf98c0d8bb
commit 83bfe76b20
2 changed files with 3 additions and 3 deletions

View file

@ -184,7 +184,7 @@ esoteric features:
** MacOS
#+BEGIN_SRC sh
brew cask install mactex
brew install --cask mactex
brew install gnuplot
#+END_SRC