From afe567010141867daf868a70142730c9e47abcd3 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 23 Mar 2019 11:44:05 +0800 Subject: [PATCH] [www] Add note for people who don't like curl | sh --- www/ghcup.css | 2 +- www/index.html | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) 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.