update versions, better spacing

This commit is contained in:
AJ ONeal 2015-01-21 18:42:04 -07:00
vanhempi d6bdb8239c
commit c477752e2c
3 muutettua tiedostoa jossa 6 lisäystä ja 5 poistoa

Näytä tiedosto

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

Näytä tiedosto

@ -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": {

Näytä tiedosto

@ -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 ""