diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb index ec3ddb4ce1..efb0784f02 100644 --- a/Library/Homebrew/missing_formula.rb +++ b/Library/Homebrew/missing_formula.rb @@ -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