From 37fb2ddb6b1806d2c8f4e44625670d1656600c62 Mon Sep 17 00:00:00 2001 From: Charles Roper Date: Sun, 10 Feb 2013 08:44:58 +0000 Subject: [PATCH] Update DEVELOPMENT.md Add missing `git clone` command. --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index e590127d13d..6b2d7e687d3 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -10,7 +10,7 @@ on Discourse with: 1. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads 2. Install Vagrant: https://www.vagrantup.com/ 3. Open a terminal -4. Clone the project: `git@github.com:discourse/discourse.git` +4. Clone the project: `git clone git@github.com:discourse/discourse.git` 5. Enter the project directory: `cd discourse` ### Using Vagrant