From 8050350b3bceb23d02abfd55994d67b8513af8b5 Mon Sep 17 00:00:00 2001 From: David Long Date: Wed, 17 Apr 2013 12:26:27 -0300 Subject: [PATCH] Changed private rw repo to public r repo --- docs/VAGRANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VAGRANT.md b/docs/VAGRANT.md index ff95ada8b3d..34d0fc528d3 100644 --- a/docs/VAGRANT.md +++ b/docs/VAGRANT.md @@ -13,7 +13,7 @@ on Discourse with: 2. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads 3. Install Vagrant: http://www.vagrantup.com/ (We require Vagrant 1.1.2+ or later) 4. Open a terminal -5. Clone the project: `git clone git@github.com:discourse/discourse.git` +5. Clone the project: `git clone https://github.com/discourse/discourse.git` 6. Enter the project directory: `cd discourse` ### Using Vagrant