I’d like to suggest an improvement to the package documentation - provide a verbatim command for installation.
After onboarding some developers to Elm, this is a regular source of some confusion.
For instance, say a developer finds the Array.Extra
http://package.elm-lang.org/packages/elm-community/array-extra/1.0.2/Array-Extra then I think it would be very beginner friendly if there were some simple instructions:
Install from a terminal with:
elm-package install elm-community/array-extra
Use in a file with:
import Array.Extra
I found the lack of this to be a source of inconvenience when I started with Elm as well.
I think it is right up there with the simple access to the git clone command from github.