diff --git a/install.sh b/install.sh index 1034df7..bdbe078 100755 --- a/install.sh +++ b/install.sh @@ -40,5 +40,5 @@ ln -s "${SEQHOME}/seqs" "/opt" echo " [I] Successfully installed shell sequencer" echo " Don't forget to set git user variables:" -echo " git config user.name=\"Your Name\"" -echo " git config user.email=\"Your.Name@example.com\"" +echo " git config user.name \"Your Name\"" +echo " git config user.email \"Your.Name@example.com\""