racket: update caveats

add caveat availability of full Racket as cask

Closes Homebrew/homebrew#49855.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Richard Primus 2016-03-07 14:42:12 +00:00 committed by Xu Cheng
parent 6f52811b7e
commit 7284fcce1c

View file

@ -48,8 +48,11 @@ class Racket < Formula
def caveats; <<-EOS.undent
This is a minimal Racket distribution.
If you want to use the DrRacket IDE, you may run
If you want to build the DrRacket IDE, you may run
raco pkg install --auto drracket
The full Racket distribution is available as a cask:
brew cask install racket
EOS
end