diff --git a/README b/README index 7ed98f998..38a31d15e 100644 --- a/README +++ b/README @@ -53,8 +53,13 @@ Most of the contents of this file will eventually be added to /install.rb. In th 4. Prerequisites (Mac OSX) - Make sure you have XCode installed - which provided the sqlite support BeEF needs - Sqlite support is native in MacOS 10.6+ + - XCode: provides the sqlite support BeEF needs + + - Ruby 1.9 + To install RVM and Ruby 1.9.3 on Mac OS: + $ bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) source ~/.bash_profile + $ rvm install 1.9.3-p0 --with-gcc=clang + $ rvm use 1.9.3 5. Install instructions diff --git a/beef b/beef index fe37f45af..f55a3a8c4 100755 --- a/beef +++ b/beef @@ -24,7 +24,7 @@ if RUBY_VERSION < '1.9' puts "\n" puts "Ruby version " + RUBY_VERSION + " is no longer supported. Please upgrade 1.9 or later." puts "OSX:" - puts "sudo port install ruby19 +nosuffix" + puts "See Readme" puts "\n" exit end diff --git a/install b/install index e7039844b..b0165bde0 100755 --- a/install +++ b/install @@ -23,7 +23,7 @@ if RUBY_VERSION < '1.9' puts "Ruby version " + RUBY_VERSION + " is no longer supported. Please upgrade 1.9 or later." puts "" puts "OSX:" - puts "sudo port install ruby19 +nosuffix" + puts "See README" puts "\n" exit end