From e28c84aa34248a7b8147748ac137f34bc91d4565 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Sat, 2 Jan 2016 10:52:23 +0100 Subject: [PATCH] Update fedore install instructions See #886 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed61b13..b54e1e7e 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ From Ubuntu 14.04: ####Installing on Fedora: - sudo yum install gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel libcurl-devel patch + sudo dnf install gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel libcurl-devel patch rpm-build git clone https://github.com/wpscanteam/wpscan.git cd wpscan sudo gem install bundler && bundle install --without test @@ -151,6 +151,7 @@ Apple Xcode, Command Line Tools and the libffi are needed (to be able to install ####Installing with RVM (recommended): + # Install all prerequisites for your OS (look above) cd ~ curl -sSL https://get.rvm.io | bash -s stable source ~/.rvm/scripts/rvm