From 8a6b9796dd54a73c76fb3ad178839d704e2f907b Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sat, 14 May 2011 22:31:59 -0700 Subject: [PATCH] OSX installer has friendlier instructions at the beginning --- INSTALL_ON_OSX | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL_ON_OSX b/INSTALL_ON_OSX index a32388631..7d44ac8bf 100644 --- a/INSTALL_ON_OSX +++ b/INSTALL_ON_OSX @@ -6,6 +6,15 @@ require 'rake' task :install do puts "this currently is untested, prepare for tragedy" + puts "****************************************************************************" + puts "****************************** HELLO! *************************************" + puts "****************************************************************************" + puts "" + puts "We're going to install a ton of stuff to get Diaspora running on your box." + puts "Grab a beer and let's get started." + print "Hit enter to continue! " + input = STDIN.gets + BREW_INSTALLED = installed?('brew') RVM_INSTALLED = installed?('rvm') MYSQL_INSTALLED = installed?('mysql')