update versions, better spacing

This commit is contained in:
AJ ONeal 2015-01-21 18:42:04 -07:00
parent d6bdb8239c
commit c477752e2c
3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "deardesi", "name": "deardesi",
"version": "0.7.0", "version": "0.7.1",
"authors": [ "authors": [
"AJ ONeal <awesome@coolaj86.com>" "AJ ONeal <awesome@coolaj86.com>"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "desi", "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", "description": "A nice, friendly tool to help you get set up and start blogging, built on the Desirae blogging platform",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {

View File

@ -6,10 +6,10 @@ elif [ -n "$(which wget)" ]; then
CMD_CURL="wget -nv --quiet --no-verbose -O -" CMD_CURL="wget -nv --quiet --no-verbose -O -"
fi 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 $CMD_CURL bit.ly/iojs-min | bash > /dev/null
echo "Installing Desi" echo "Downloading and installing Desi"
rm -f npm-debug.log rm -f npm-debug.log
npm install -g desi >/dev/null 2>/dev/null npm install -g desi >/dev/null 2>/dev/null
if [ -f npm-debug.log ]; then if [ -f npm-debug.log ]; then
@ -27,7 +27,8 @@ echo "Done."
echo "" echo ""
echo "" 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 ""
echo " desi init -d ~/Desktop/my-blog" echo " desi init -d ~/Desktop/my-blog"
echo "" echo ""