Update documentation

This commit is contained in:
Brendan Coles
2019-02-10 10:53:03 +00:00
parent f48acc3708
commit c4a324c80f
2 changed files with 13 additions and 8 deletions

View File

@@ -21,9 +21,9 @@ Or cloning the Git repository from Github:
Prerequisites
--------------
BeEF requires Ruby 2.3+.
BeEF requires Ruby 2.4+.
If your operating system package manager does not support Ruby version 2.3,
If your operating system package manager does not support Ruby version 2.4,
you can add the brightbox ppa repository for the latest version of Ruby:
$ sudo apt-add-repository -y ppa:brightbox/ruby-ng
@@ -32,7 +32,7 @@ Alternatively, consider using a Ruby environment manager such as rbenv or rvm
to manager your Ruby versions. Refer to the following for more information:
* rbenv: https://github.com/rbenv/rbenv
* rvm: https://rvm.io/rvm/install'
* rvm: https://rvm.io/rvm/install
Installation