Update README.md - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit b63e68c6a5b117c12123d3c7cc274ef35d4d5753
 (DIR) parent 9cf9c6f9b9382a7e523ce3712b33cb82e7f16b29
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       Date:   Wed,  3 Sep 2014 23:09:57 -0500
       
       Update README.md
       Diffstat:
         M README.md                           |      15 ++++++++++++---
       
       1 file changed, 12 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       @@ -11,7 +11,7 @@ Installing
        --
        WarVOX 2.0.0 is still in development and the installation process is not ideal at the moment.
        
       -**DO NOT USE WARVOX 2.x.x AT THIS TIME**
       +** DO NOT USE WARVOX 2.0.0-dev YET! **
        
        WarVOX requires a Linux operating system, preferably Ubuntu or Debian, but Kali should work as well.
        
       @@ -19,13 +19,21 @@ WarVOX requires PostgreSQL 9.1 or newer with the "contrib" package installed for
        
        To get started, install the OS-level dependencies:
        
       -        $ sudo apt-get install gnuplot lame build-essential libssl-dev libcurl-openssl-dev \ 
       -          postgresql postgresql-contrib git-core curl
       +        $ sudo apt-get install gnuplot lame build-essential libssl-dev libcurl3-openssl-dev \ 
       +          postgresql postgresql-contrib git-core curl libpq-dev
        
        Install RVM to obtain Ruby 1.9.3 or later
        
                $ \curl -L https://get.rvm.io | bash -s stable --autolibs=3 --rails
        
       +After RVM is installed you need to run the rvm script provided
       +
       +        $ source /usr/local/rvm/scripts/rvm
       +
       +In case you have not installed Ruby 1.9.3 or later by now, do so using RVM.
       +
       +        $ rvm install ruby-1.9.3-p547
       +        
        Clone this repository to the location you want to install WarVOX:
        
                $ git clone git://github.com/rapid7/warvox.git /home/warvox
       @@ -43,6 +51,7 @@ Configure the PostgreSQL account for WarVOX:
                $ psql
                psql> alter user warvox with password 'randompass';
                psql> exit
       +        $ exit
        
        Copy the example database configuration to database.yml: