better spacing

This commit is contained in:
AJ ONeal 2015-01-21 18:39:15 -07:00
parent 896d5c401b
commit 7415df3119
1 changed files with 6 additions and 2 deletions

View File

@ -23,12 +23,16 @@ if [ -f npm-debug.log ]; then
sleep 1 sleep 1
cat npm-debug.log cat npm-debug.log
fi fi
echo "Done."
echo ""
echo ""
echo ""
echo "To create your blog run this (change my-blog to whatever name you like):" echo "To create your blog run this (change my-blog to whatever name you like):"
echo "" echo ""
echo "\tdesi init -d ~/Desktop/my-blog" echo " desi init -d ~/Desktop/my-blog"
echo "" echo ""
echo "To open the directory and see the files, run this:" echo "To open the directory and see the files, run this:"
echo "" echo ""
echo "\topen ~/Desktop/my-blog" echo " open ~/Desktop/my-blog"
echo "" echo ""
echo "" echo ""