From 610900cdd90e796f8cbefe88e61426e53f5c3957 Mon Sep 17 00:00:00 2001 From: Valentin Klinghammer Date: Tue, 18 Dec 2012 09:17:25 +0100 Subject: [PATCH] Updated Readme 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f79f335..2cf005d0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.