New Install page

What do you think about it?

6 Likes

I like it. Tidies up the left menu on the crystal-book website a bit as well.

I’d like to comment on debian section, these are no big deal, just for your information.

curl -sL "https://keybase.io/crystal/pgp_keys.asc" | sudo apt-key add -

it’s better to use /etc/apt/trusted.gpg.d/ instead

sudo apt-get update

you use apt later, but apt-get here

echo "deb https://dist.crystal-lang.org/apt crystal main" | sudo tee /etc/apt/sources.list.d/crystal.list

  1. there may already be this file, in which case it’s going to be overwritten
  2. https is problematic: it’s not installed in the base system and it doesn’t offer any benefit because of the way Release signing works