Group development & test created in Gemfile, README updated to reflect it

This commit is contained in:
erwanlr
2012-12-19 16:33:11 +01:00
parent 36b10250d1
commit 9d74a289f8
3 changed files with 12 additions and 9 deletions

6
README
View File

@@ -48,20 +48,20 @@ ryandewhurst at gmail
sudo apt-get install libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev
git clone https://github.com/wpscanteam/wpscan.git
cd wpscan
sudo gem install bundler && bundle install
sudo gem install bundler && bundle install --without test development
-> Installing on Fedora:
sudo yum install libcurl-devel
git clone https://github.com/wpscanteam/wpscan.git
cd wpscan
sudo gem install bundler && bundle install
sudo gem install bundler && bundle install --without test development
-> Installing on Mac OS X:
git clone https://github.com/wpscanteam/wpscan.git
cd wpscan
sudo gem install bundler && bundle install
sudo gem install bundler && bundle install --without test development
==KNOWN ISSUES==