diff --git a/www/index.html b/www/index.html index 1d8ebff..d21d2ad 100644 --- a/www/index.html +++ b/www/index.html @@ -104,9 +104,11 @@
To install Haskell, if you are running Linux, macOS, FreeBSD or Windows Subsystem for Linux, run the following +
To install Haskell, if you are running Linux, macOS (on Intel), FreeBSD or Windows Subsystem for Linux, run the following in your terminal (as a user other than root), then follow the onscreen instructions.
+For macOS on Apple Silicon, run this instead:
+If you don't like curl | sh, see other installation methods.
To install Haskell, if you are running Linux, macOS, FreeBSD or Windows Subsystem for Linux, run the following +
To install Haskell, if you are running Linux, macOS (on Intel), 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
+ For macOS on Apple Silicon, run this instead:
+If you don't like curl | sh, see other installation methods.