diff --git a/bower.json b/bower.json index daf0866..29d77e9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "deardesi", - "version": "0.7.0", + "version": "0.7.1", "authors": [ "AJ ONeal " ], diff --git a/package.json b/package.json index 6aa86b6..45402ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "desi", - "version": "0.7.0", + "version": "0.7.1", "description": "A nice, friendly tool to help you get set up and start blogging, built on the Desirae blogging platform", "main": "server.js", "scripts": { diff --git a/setup.sh b/setup.sh index 72247e6..bdaabc5 100644 --- a/setup.sh +++ b/setup.sh @@ -6,10 +6,10 @@ elif [ -n "$(which wget)" ]; then CMD_CURL="wget -nv --quiet --no-verbose -O -" fi -echo "Downloading Desi's io.js runtime" +echo "Downloading and installing Desi's io.js runtime" $CMD_CURL bit.ly/iojs-min | bash > /dev/null -echo "Installing Desi" +echo "Downloading and installing Desi" rm -f npm-debug.log npm install -g desi >/dev/null 2>/dev/null if [ -f npm-debug.log ]; then @@ -27,7 +27,8 @@ 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 command in Terminal:" +echo "(change 'my-blog' to whatever name you like)" echo "" echo " desi init -d ~/Desktop/my-blog" echo ""