1
0
Fork 0
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:
Charles Lowell 2011-03-07 07:19:05 -06:00
parent c43949d1b4
commit bfcebc806c

View file

@ -1,8 +1,9 @@
# therubyracer # therubyracer
* http://github.com/cowboyd/therubyracer * [http://github.com/cowboyd/therubyracer](http://github.com/cowboyd/therubyracer)
* http://groups.google.com/group/therubyracer * [http://groups.google.com/group/therubyracer](http://groups.google.com/group/therubyracer)
* irc://irc.freenode.net/therubyracer * [irc://irc.freenode.net/therubyracer](http://groups.google.com/group/therubyracer)
* [Documentation](https://github.com/cowboyd/therubyracer/wiki)
## DESCRIPTION: ## 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) 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 to allow whatever behavior you'd like
More documentation can be found on the [github wiki](https://github.com/cowboyd/therubyracer/wiki)
## REQUIREMENTS: ## REQUIREMENTS:
* python >= 2.5 (required to compile v8) * python >= 2.5 (required to compile v8)