diff options
| author | The Bearodactyl <114454115+TheBearodactyl@users.noreply.github.com> | 2023-10-18 18:59:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-18 18:59:58 +0000 |
| commit | be6630bec6fa0d08352ee70f31cb8e4e091fc64a (patch) | |
| tree | dd3d98b81d65c999780492fd08fa36ee45557844 | |
| parent | 33220c5109d583b55dbb1012a143156826909399 (diff) | |
Update install.sh
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" ] |
