missing_formula: add message for Asymptote
Per Homebrew/legacy-homebrew#23029, there is no formula for Asymptote because you may well already have it installed via MacTeX anyway.
This commit is contained in:
parent
9f3ae3238d
commit
0c7c45a131
@ -26,6 +26,10 @@ module Homebrew
|
||||
Minimal installation:
|
||||
brew cask install basictex
|
||||
EOS
|
||||
when "asymptote" then <<~EOS
|
||||
Asymptote is bundled with MacTeX. Install it via TeX Live Utility or:
|
||||
tlmgr install asymptote
|
||||
EOS
|
||||
when "pip" then <<~EOS
|
||||
pip is part of the python formula:
|
||||
brew install python
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user