diff --git a/www/ghcup.css b/www/ghcup.css index e8e8d27..a2737f6 100644 --- a/www/ghcup.css +++ b/www/ghcup.css @@ -80,7 +80,7 @@ body#idx p { margin-bottom: 2em; } -body#idx p.other-platforms-help { +body#idx p.other-help { font-size: 0.6em; } diff --git a/www/index.html b/www/index.html index b6439a0..b4e62d1 100644 --- a/www/index.html +++ b/www/index.html @@ -27,19 +27,19 @@
@@ -47,7 +47,7 @@ To install Haskell, follow the instructions on Haskell Platform

-

You appear to be running Windows 32-bit. If not, display all supported installers.

+

You appear to be running Windows 32-bit. If not, display all supported installers.


@@ -141,6 +143,7 @@

To install Haskell, if you are running Linux, Mac OS X or FreeBSD,
run the following in your terminal, then follow the onscreen instructions.

curl https://get-ghcup.haskell.org -sSf | sh
+

If you don't like curl | sh, see other installation methods.