1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

update readme with gem install syntax

This commit is contained in:
Charles Lowell 2010-03-03 00:37:35 -06:00
parent efdb6c807d
commit cf3d65db35

View file

@ -6,6 +6,7 @@
Embed the V8 Javascript interpreter into Ruby.
== FEATURES/PROBLEMS:
* Evaluate Javascript from with in Ruby
@ -15,6 +16,9 @@ Embed the V8 Javascript interpreter into Ruby.
* Currently ALPHA software.
== SYNOPSIS:
gem install therubyracer
# then in your ruby code
require 'v8'