I am stridently anti DRY, so on macOS I try to install everything with homebrew. I notice sdkman/homebrew-tap exists and these steps gave me 5.19.0:
$ brew tap sdkman/tap
$ brew install sdkman-cli
Is this a supported installation path? If so, why not advertise it on the main page?
Personally, when I see software whose default installation mechanism is "pipe this stuff thru bash" I think it's a bit unprofessional.
If it's a supported path, I can certainly make a PR here. In any case, I'm curious.
I am stridently anti DRY, so on macOS I try to install everything with homebrew. I notice sdkman/homebrew-tap exists and these steps gave me 5.19.0:
Is this a supported installation path? If so, why not advertise it on the main page?
Personally, when I see software whose default installation mechanism is "pipe this stuff thru bash" I think it's a bit unprofessional.
If it's a supported path, I can certainly make a PR here. In any case, I'm curious.