From dee85791ee245af592bd3b37f2b4aa4eaae0a0f7 Mon Sep 17 00:00:00 2001 From: David Chaiken Date: Fri, 7 Feb 2014 22:34:45 +0000 Subject: [PATCH] README: fix instructions for cloning altiscale repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cde43b34fefb..66642a65716d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ git push altiscale released-3.12.7 $ cd ../.. $ mkdir altiscale-src $ cd altiscale-src -$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git +$ git clone git@github.com:Altiscale/linux-stable.git $ cd linux-stable ```