Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
modified:   README.md
* Updated "get the source" instruction to use Git protocol instead of SSH for fetching the repo from Github because SSH caused permission denied error
  • Loading branch information
ValentinKlinghammer committed Dec 18, 2012
1 parent 14db91f commit 610900c
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 610900c

Please sign in to comment.