diff --git a/install.sh b/install.sh
index 9aca5b68..5915a33d 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 set -euo pipefail
 
-echo "Let's get you set up with Rustlings!"
+echo -e "\nLet's get you set up with Rustlings!"
 
 echo "Checking requirements..."
 if [ -x "$(command -v git)" ]