-
Notifications
You must be signed in to change notification settings - Fork 10
update download page with pack instructions #12
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
update download page with pack instructions #12
Conversation
Using `pack switch latest` does indeed update one's installed version of Idris 2, however, it updates it to the latest git commit (the latest HEAD) and not the latest release. This is worth clarifying.
This is some larger rewording compared to the previous commit. However, it felt better to immediately point people to `pack` as the least painful install process. Mentioning that one can use releases with `pack`, but that this requires some care, also seemed sensible.
Although both `pack` and Idris2's repo mention needing Chez or Racket at some point, having this at the very start means people don't get halfway through the install procedure, only for it to then go "And what Scheme have you got installed?", which might lead to confusion and/or frustration. This way, new users will know to set up Chez Scheme or Racket first, and then return to the Idris install instructions.
|
There were some more things that snuck in there whilst editing, sorry... I tried to be careful to have them in separate commits though, so if you dislike any of the changes @andrevidela , please feel free to revert them (or edit the text if that's straightforward) : ) |
|
Thanks! I think all changes are good. I slightly reworded the bit about the git commit because it felt strange to suddently talk about git in the middle of the instructions for |
|
Thanks, that 100% reads better. Just pushed a tiny fix to the footnote (it seemed to interact weirdly with the monospace markers when running Pelican locally). I think we're good to merge : ) |
|
Thanks for doing this. Looks good to me. |
addresses one of the points for andrevidela/idris-documentation-tracking#1
pack switch latestandpack build