Skip to content

Commit

Permalink
Merge pull request #4904 from slebedev/brew_cask_installations_fix
Browse files Browse the repository at this point in the history
Use correct `brew install --cask` command
  • Loading branch information
hlissner committed Apr 21, 2021
2 parents cf98c0d + 83bfe76 commit a9072e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/lang/latex/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/lang/org/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ esoteric features:

** MacOS
#+BEGIN_SRC sh
brew cask install mactex
brew install --cask mactex
brew install gnuplot
#+END_SRC

Expand Down

0 comments on commit a9072e9

Please sign in to comment.