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:
parent
cf98c0d8bb
commit
83bfe76b20
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue