-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The scribble documentation doesn't say how to install scribble #342
Comments
If you've installed Racket there should be a parallel scribble binary. There is also a raco scribble command that should work as well if you can run raco. |
Anyway, I think putting "it's either in your distribution or do |
The default There's a Homebrew cask package which does include a full distribution. You could do the following if you wanted to switch over:
|
It's cool, I have it installed now! Just think it might be handy to include installation instructions in the docs for the tool |
@llimllib We have a bit of a quandry here-- the easiest/simplest way to install on a mac (namely following the download link on the racket-lang.org site and then dragging to the Applications folder) does not require any steps. Also, there are many many many pages that hold the same status as the scribble documentation, in the sense that someone coming to them who has somehow used one of the more complex ways to install racket would need to take additional steps. So it doesn't seem like the right move to just change the scribble documentation. Maybe the right fix is to make "brew install racket" actually have scribble in it (but perhaps, from @jryans comment, this has been done already). |
@rfindler, the homebrew messages about the deprecated formula |
I'm not familiar enough with brew to understand what that issue is talking about, @jasonhemann . Can you explain why "brew install racket" should install something derived from minimal-racket instead of racket? Or are you saying something else? |
The problem is that |
Right. Whereas it would probably be better to have brew issue a warning pointing them to the full racket installation, even though that's a cask and not a formula. tl;dr It feels like a homebrew problem, and one they're aware of. |
The (confusing and incorrect) Homebrew deprecation warning has been fixed, so hopefully people are slightly more likely to get the right Racket distribution there in the future. |
The title is the whole issue, I found the documentation for scribble and I'm interested, I even have racket installed already, but I have no idea how to install scribble and the documentation assumes you have a
scribble
binary already.The text was updated successfully, but these errors were encountered: