Update fedore install instructions

See #886
This commit is contained in:
Christian Mehlmauer
2016-01-02 10:52:23 +01:00
parent 7db6b54761
commit e28c84aa34

View File

@@ -126,7 +126,7 @@ From Ubuntu 14.04:
####Installing on Fedora: ####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 git clone https://github.com/wpscanteam/wpscan.git
cd wpscan cd wpscan
sudo gem install bundler && bundle install --without test 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): ####Installing with RVM (recommended):
# Install all prerequisites for your OS (look above)
cd ~ cd ~
curl -sSL https://get.rvm.io | bash -s stable curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm source ~/.rvm/scripts/rvm