From 30a10d871ab6235a642a54b8b3b09bef376ef9b8 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 9 Nov 2023 23:42:31 +0800 Subject: [PATCH] Update bootstrap script --- scripts/bootstrap/bootstrap-haskell | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index b693cb3..0098eb5 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -172,9 +172,8 @@ _done() { green "Start a new haskell project in the current directory via:" green " cabal init --interactive" green - green "Install other GHC versions and tools via:" - green " ghcup list" - green " ghcup install " + green "To install other GHC versions and tools, run:" + green " ghcup tui" green green "To install system libraries and update msys2/mingw64," green "open the \"Mingw haskell shell\""