mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
update README with links to documentation
This commit is contained in:
parent
c43949d1b4
commit
bfcebc806c
1 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
# therubyracer
|
||||
|
||||
* http://github.com/cowboyd/therubyracer
|
||||
* http://groups.google.com/group/therubyracer
|
||||
* irc://irc.freenode.net/therubyracer
|
||||
* [http://github.com/cowboyd/therubyracer](http://github.com/cowboyd/therubyracer)
|
||||
* [http://groups.google.com/group/therubyracer](http://groups.google.com/group/therubyracer)
|
||||
* [irc://irc.freenode.net/therubyracer](http://groups.google.com/group/therubyracer)
|
||||
* [Documentation](https://github.com/cowboyd/therubyracer/wiki)
|
||||
|
||||
## DESCRIPTION:
|
||||
|
||||
|
@ -116,6 +117,8 @@ exposed by default. E.g.
|
|||
If needed, you can override the [Ruby Access](https://github.com/cowboyd/therubyracer/blob/master/lib/v8/access.rb)
|
||||
to allow whatever behavior you'd like
|
||||
|
||||
More documentation can be found on the [github wiki](https://github.com/cowboyd/therubyracer/wiki)
|
||||
|
||||
## REQUIREMENTS:
|
||||
|
||||
* python >= 2.5 (required to compile v8)
|
||||
|
|
Loading…
Add table
Reference in a new issue