Skip to content

Commit

Permalink
Merge pull request rubyjs#63 from Quelltextfabrik/master
Browse files Browse the repository at this point in the history
Documentation Issue rubyjs#55
  • Loading branch information
cowboyd committed Dec 18, 2012
2 parents 14db91f + 610900c commit 16ab99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you can fix the "Makefile" so that it correctly compiles for your platform, w

To get the source, these commands will get you started:

git clone git@github.com:cowboyd/libv8
git clone git://github.com/cowboyd/libv8.git
cd libv8
bundle install
bundle exec rake checkout
Expand All @@ -39,7 +39,7 @@ To get the source, these commands will get you started:
### About

This project spun off of [therubyracer](http://github.com/cowboyd/therubyracer) which depends on having
a specific version of v8 to compile and run against. However, actually delivering that version
a specific version of v8 to compile and run against. However, actually delivering that version
reliably to all the different platforms proved to be a challenge to say the least.

We got tired of waiting 5 minutes for v8 to compile every time we installed that gem.
Expand Down

0 comments on commit 16ab99b

Please sign in to comment.