From b6e594e0bdfe82d5e56fb4ce35e10f1b5778b9e0 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sat, 3 Jan 2015 08:19:31 +1030 Subject: [PATCH] Update git URL --- framework/core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/README.md b/framework/core/README.md index bb42324d0..b23cd40ba 100644 --- a/framework/core/README.md +++ b/framework/core/README.md @@ -70,7 +70,7 @@ Currently Flarum is in its very early stages, and it isn’t pretty. **It is far 2. Clone the [Flarum skeleton app](https://github.com/flarum/flarum) and set up the Vagrant box: ``` - git clone git@github.com:flarum/flarum + git clone https://github.com/flarum/flarum.git cd flarum vagrant up ```