update versions, better spacing
This commit is contained in:
parent
d6bdb8239c
commit
c477752e2c
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "deardesi",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"authors": [
|
||||
"AJ ONeal <awesome@coolaj86.com>"
|
||||
],
|
||||
|
|
|
@ -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": {
|
||||
|
|
7
setup.sh
7
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 ""
|
||||
|
|
Loading…
Reference in New Issue