summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 9aca5b6..5915a33 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)" ]