Wondering what's the least effort I should put into making it easy to install #Scala applications built with scala-cli. As a user, would you 1. Download it from GitHub and build it yourself 2. download a pre-built thing from GitHub releases page 3. install from homebrew
Comments
If your target user is not a scala developer, I'd go with `scala-cli run`. Bonus points for making some users see the code that way 😁