From e89ab2ca1b68322b9a8dacb8a4a4cead0c3e1a98 Mon Sep 17 00:00:00 2001 From: James Espinosa Date: Wed, 2 Jul 2014 22:16:29 -0500 Subject: [PATCH] Update README file information --- README.md | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index d9ac783..2fbaf62 100755 --- a/README.md +++ b/README.md @@ -4,13 +4,10 @@ RailsGoat is a vulnerable version of the Ruby on Rails Framework. It includes vu ## Getting Started - - To begin, install the Ruby Version Manager (RVM): ``` -$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=1.9.3 -$ rvm use 2.1.2@railsgoat --create # https://rvm.io/ +$ curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=2.1.2 ``` After installing the package, clone this repo: @@ -19,22 +16,7 @@ After installing the package, clone this repo: $ git clone git@github.com:OWASP/railsgoat.git ``` -Navigate into the directory and accept the notice by typing `yes`: -``` -**************************************************************************************************** -* NOTICE * -**************************************************************************************************** -* RVM has encountered a new or modified .rvmrc file in the current directory, this is a shell * -* script and therefore may contain any shell commands. * -* * -* Examine the contents of this file carefully to be sure the contents are safe before trusting it! * -* Do you wish to trust '/path/to/railsgoat/.rvmrc'? * -* Choose v[view] below to view the contents * -**************************************************************************************************** -y[es], n[o], v[iew], c[cancel]> -``` - -Install the project dependencies: +Navigate into the directory and install the dependencies: ``` $ bundle install @@ -52,7 +34,7 @@ Initialize the database: $ rake db:setup ``` -Start the WEBrick HTTP Server: +Start the Thin web server: ``` $ rails server