From 7415df3119a3a90213e8015c87f41c55b5f4b767 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 21 Jan 2015 18:39:15 -0700 Subject: [PATCH] better spacing --- setup.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 910afb2..72247e6 100644 --- a/setup.sh +++ b/setup.sh @@ -23,12 +23,16 @@ if [ -f npm-debug.log ]; then sleep 1 cat npm-debug.log fi +echo "Done." +echo "" +echo "" +echo "" echo "To create your blog run this (change my-blog to whatever name you like):" echo "" -echo "\tdesi init -d ~/Desktop/my-blog" +echo " desi init -d ~/Desktop/my-blog" echo "" echo "To open the directory and see the files, run this:" echo "" -echo "\topen ~/Desktop/my-blog" +echo " open ~/Desktop/my-blog" echo "" echo ""