Merge pull request #4904 from slebedev/brew_cask_installations_fix

Use correct `brew install --cask` command
This commit is contained in:
Henrik Lissner 2021-04-21 15:24:13 -04:00 committed by GitHub
commit a9072e9673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -69,9 +69,9 @@ pacman -S texlive-core
** TODO macOS
#+BEGIN_SRC sh
brew cask install basictex
brew install --cask basictex
# If the above doesn't work, then
brew cask install mactex # WARNING: large 4gb download!
brew install --cask mactex # WARNING: large 4gb download!
#+END_SRC
#+begin_quote

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