diff --git a/README.md b/README.md index e8b8ecbc..4d8e36e5 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,9 @@ sudo apt-get install libcurl4-gnutls-dev libxml2 libxml2-dev libxslt1-dev ruby-d ``` git clone https://github.com/wpscanteam/wpscan.git + cd wpscan + sudo gem install bundler && bundle install --without test ```