From 6e13f5fbf082058057dae69720f8d77c43d97815 Mon Sep 17 00:00:00 2001 From: Mloc Date: Fri, 26 Jul 2013 18:31:11 +0100 Subject: [PATCH] Readme clone URL fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 661c7de6fde..67e5156428c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Click [here](https://github.com/Baystation12/Baystation12/archive/master.zip) to The more complicated and easier to update method is using git. You'll need to download git or some client from [here](http://git-scm.com/). When that's installed, right click in any folder and click on "Git Bash". When that opens, type in: - git clone git@github.com:Baystation12/Baystation12.git + git clone https://github.com/Baystation12/Baystation12.git (hint: hold down ctrl and press insert to paste into git bash)