diff --git a/www/ghcup.css b/www/ghcup.css index 4bb832a..db0406d 100644 --- a/www/ghcup.css +++ b/www/ghcup.css @@ -134,8 +134,8 @@ hr { #platform-instructions-linux > div > pre, #platform-instructions-mac > div > pre, #platform-instructions-freebsd > div > pre, -#platform-instructions-win32 > pre, -#platform-instructions-win64 > pre, +#platform-instructions-win32 > div > pre, +#platform-instructions-win64 > div > pre, #platform-instructions-default > div > div > pre, #platform-instructions-unknown > div > div > pre { background-color: #515151; diff --git a/www/index.html b/www/index.html index 1ad0ac2..b27a9b1 100644 --- a/www/index.html +++ b/www/index.html @@ -46,6 +46,9 @@

To install Haskell, follow the instructions on Haskell Platform +

If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Haskell. +

+
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

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

@@ -55,6 +58,9 @@ To install Haskell, follow the instructions on Haskell Platform

+

If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Haskell. +

+
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

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

@@ -77,7 +83,7 @@
-

If you are running Linux, macOS or FreeBSD,
run the following in your terminal (as a user other than root), then follow the onscreen instructions.

+

If you are running Linux, macOS, FreeBSD or Windows Subsystem for Linux, run the following in your terminal (as a user other than root), then follow the onscreen instructions.

curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

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

@@ -95,7 +101,7 @@
-

To install Haskell, if you are running Linux, macOS or FreeBSD,
run the following +

To install Haskell, if you are running Linux, macOS, FreeBSD or Windows Subsystem for Linux, run the following in your terminal (as a user other than root), then follow the onscreen instructions.

curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

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

@@ -140,7 +146,7 @@
-

To install Haskell, if you are running Linux, macOS or FreeBSD,
run the following +

To install Haskell, if you are running Linux, macOS, FreeBSD or Windows Subsystem for Linux, run the following in your terminal (as a user other than root), then follow the onscreen instructions.

curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

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