mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #4904 from slebedev/brew_cask_installations_fix
Use correct `brew install --cask` command
This commit is contained in:
@ -69,9 +69,9 @@ pacman -S texlive-core
|
|||||||
|
|
||||||
** TODO macOS
|
** TODO macOS
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
brew cask install basictex
|
brew install --cask basictex
|
||||||
# If the above doesn't work, then
|
# 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
|
#+END_SRC
|
||||||
|
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
|
@ -184,7 +184,7 @@ esoteric features:
|
|||||||
|
|
||||||
** MacOS
|
** MacOS
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
brew cask install mactex
|
brew install --cask mactex
|
||||||
brew install gnuplot
|
brew install gnuplot
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user