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')