From 510be4abf6179f66d5ff8648f43d754c49b0c0ce Mon Sep 17 00:00:00 2001 From: John Fink Date: Tue, 5 Feb 2013 18:00:16 -0500 Subject: [PATCH] Update DEVELOPMENT.md Corrected git clone link to https -- git@github.com is for read-write. --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 42448796da3..f9ec0e227c6 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -8,7 +8,7 @@ If you'd like to set up a development environment for Discourse, the easiest way 2. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads 3. Install Ruby 1.9.3. We recommend RVM: https://rvm.io/ 4. Open a terminal -5. Clone the project: `git@github.com:discourse/core.git` +5. Clone the project: git clone `https://github.com/discourse/core.git` 6. Enter the project directory: `cd core` 7. Install vagrant: `gem install vagrant`