From 0ec99a08383ed28b90e0b6af072f8ab72f5c3a0f Mon Sep 17 00:00:00 2001 From: Luna Lunapiena Date: Mon, 5 Oct 2015 21:17:25 -0400 Subject: [PATCH] README: Add explicit instruction to clone Zulip repository. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f93dfa2a9..5ce9ac3494 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ You will need a machine with at least 2GB of RAM available (see https://github.com/zulip/zulip/issues/32 for a plan for how to dramatically reduce this requirement). +Start by cloning this repository: `git clone https://github.com/zulip/zulip.git` + Using Vagrant -------------