Skip to content

Commit

Permalink
missing_formula: add brew cask command.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Mar 11, 2019
1 parent c508bda commit e1e69da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Library/Homebrew/missing_formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ def blacklisted_reason(name)
brew cask install basictex
EOS
when "asymptote" then <<~EOS
The recommended way to install Asymptote is as part of the MacTeX collection.
With that installed, try `which asy` to confirm Asymptote has been installed
as part of the collection, or use MacTeX's TeX Live Utility to add it.
Asymptote is part of MacTeX:
brew cask install mactex
EOS
when "pip" then <<~EOS
pip is part of the python formula:
Expand Down

0 comments on commit e1e69da

Please sign in to comment.