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:
parent
efdb6c807d
commit
cf3d65db35
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue