From 9585dce511fdd2b5487a7bf06545a36a38796cbf Mon Sep 17 00:00:00 2001 From: John Gillanders Date: Tue, 4 Jul 2017 12:49:28 +1200 Subject: [PATCH] Update README.md Added example of cloning repository using https:// protocol instead of SSH protocol - this is simpler to do since no set-up of SSH keys is required. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index db3cf24e..5bb17272 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ Metamaps is developed and maintained by a distributed, nomadic community compris If you are on Mac or Ubuntu you can use the following instructions to quickly get a local copy of metamaps up and running using a Vagrant virtualbox. Don't be intimidated, it's easy! ``` +There are two options for cloning the repository - the simplest way is the first one since you don't need to set up SSH keys: +git clone https://github.com/metamaps/metamaps + +OR + git clone git@github.com:metamaps/metamaps.git ``` Now ensure you have VirtualBox and Vagrant installed on your computer