Skip to content

Commit

Permalink
Use correct brew install --cask command
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slebedev committed Apr 21, 2021
1 parent cf98c0d commit 83bfe76
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 83bfe76

Please sign in to comment.