VirtusLab / scala-cli

Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
https://scala-cli.virtuslab.org
Apache License 2.0
551 stars 129 forks source link

Revamp the installation doc page #3147

Closed Gedochao closed 2 months ago

Gedochao commented 2 months ago

Is your feature request related to a problem? Please describe. The current installation page requires a redesign. Since Scala 3.5.0 includes Scala CLI as the scala command (albeit with an older version of the CLI), we should now explain the available distributions of Scala CLI to the users in a clear manner in the doc.

Additional context We should also link the old Scala runner to Scala CLI migration docs, as well as list any considerations for upgrading from the old runner on particular platforms (things like https://github.com/scala/scala3/issues/21526)