README.md in therubyracer-0.8.1.pre1 vs README.md in therubyracer-0.8.1.pre2

- old
+ new

@@ -16,12 +16,12 @@ * Manipulate JavaScript objects and call JavaScript functions from Ruby * API compatible with the The Ruby Rhino (for JRuby: http://github.com/cowboyd/therubyrhino) ## SYNOPSIS: - gem install therubyracer (stable) - gem install therubyracer --pre (bleeding edge) + gem install therubyracer ;: stable + gem install therubyracer --pre ;: bleeding edge then in your ruby code require 'v8' @@ -124,9 +124,10 @@ ## DEVELOP * git clone git://github.com/cowboyd/therubyracer.git * cd therubyracer * git submodule update --init +* bundle install * rake compile ## LICENSE: (The MIT License) \ No newline at end of file