moc: drop outdated caveats (#47029)

ncurses is now required.
This commit is contained in:
Zhiming Wang 2019-11-22 04:27:54 +08:00 committed by FX Coudert
parent 728a4b3704
commit ccb31c43f2

View file

@ -69,12 +69,7 @@ class Moc < Formula
end
def caveats
<<~EOS
You must start the jack daemon prior to running mocp.
If you need wide-character support in the player, for example
with Chinese characters, you can install using
--with-ncurses
EOS
"You must start the jack daemon prior to running mocp."
end
test do