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\""