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:
parent
6f52811b7e
commit
7284fcce1c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue