1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-04-17 20:55:45 -04:00

Update install.sh

This commit is contained in:
The Bearodactyl 2023-10-18 18:59:58 +00:00 committed by GitHub
parent 33220c5109
commit be6630bec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)" ]