From 6f3c143228132507f685114ef710a0237044c52f Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 2 Jun 2021 23:17:08 +0200 Subject: [PATCH] Update www to indicate WSL2 is needed --- www/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/www/index.html b/www/index.html index 9fdcc37..375af05 100644 --- a/www/index.html +++ b/www/index.html @@ -49,11 +49,11 @@

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. +

If you're a Windows Subsystem 2 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.

+

WSL1 does not work with ghcup, follow the instructions here to upgrade to WSL2 if needed.
You appear to be running Windows 32-bit. If not, display all supported installers.