summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bearodactyl <114454115+TheBearodactyl@users.noreply.github.com>2023-10-18 18:59:58 +0000
committerGitHub <noreply@github.com>2023-10-18 18:59:58 +0000
commitbe6630bec6fa0d08352ee70f31cb8e4e091fc64a (patch)
treedd3d98b81d65c999780492fd08fa36ee45557844
parent33220c5109d583b55dbb1012a143156826909399 (diff)
Update install.sh
-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)" ]