Updated references to README and beef file.
git-svn-id: https://beef.googlecode.com/svn/trunk@925 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
4
install
4
install
@@ -2,7 +2,7 @@ require 'rubygems'
|
||||
|
||||
puts "\nWelcome to the BEeF installer!"
|
||||
|
||||
puts "\nPlease make sure you have installed SQLite before proceeding. For instructions on how to do this please see the INSTALL file"
|
||||
puts "\nPlease make sure you have installed SQLite before proceeding. For instructions on how to do this please see the README file"
|
||||
|
||||
# array of required gems - add to as needed (specify a version if needed eg "gem_name, =x.x.x")
|
||||
$gems_required = ["ansi", "term-ansicolor", "dm-core", "json", "data_objects", "do_sqlite3", "sqlite3", "dm-sqlite-adapter",
|
||||
@@ -106,7 +106,7 @@ if dep_met == false
|
||||
puts "\nExiting...\n\n"
|
||||
end
|
||||
else
|
||||
puts "\nAll required gems are present - please run 'ruby beef.rb' to start using BEeF\n\n"
|
||||
puts "\nAll required gems are present - please run 'ruby beef' to start using BEeF\n\n"
|
||||
puts "\nThe Default username/password are beef/beef\n\n"
|
||||
puts "\nAll feedback welcome - http://beef.googlecode.com/\n\n"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user