diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell
index 71467204ffb16d56c014fc957fabc93bfa9b4f97..c8c20b11884f878297d286e6704dba0d963de85f 100755
--- a/scripts/bootstrap/bootstrap-haskell
+++ b/scripts/bootstrap/bootstrap-haskell
@@ -157,6 +157,8 @@ _done() {
 				green "open the \"Mingw haskell shell\""
 				green "and the \"Mingw package management docs\""
 				green "desktop shortcuts."
+				green
+				green "If you are net to Haskell, check out https://www.haskell.org/documentation/"
 				;;
 			*)
 				green
@@ -170,6 +172,8 @@ _done() {
 				green
 				green "To install other GHC versions and tools, run:"
 				green "  ghcup tui"
+				green
+				green "If you are net to Haskell, check out https://www.haskell.org/documentation/"
 				;;
 
 	esac