From 3def960bf04e350da83752ee36c741b96a9f0e32 Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 16 Oct 2014 18:59:32 -0400 Subject: [PATCH] Update vagrant installation instructions Avoids ``` Permission denied (publickey). fatal: The remote end hung up unexpectedly ``` that can occur on certain Vagrant images. Since we need readonly anyway, might as well use HTTPS instead of SSH. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 5855e7275..eed7a1fc7 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -88,7 +88,7 @@ sudo BUILD_STACK=true make install - Clone Dokku ``` - git clone git@github.com:progrium/dokku.git + git clone https://github.com/progrium/dokku.git ``` - Setup SSH hosts in your `/etc/hosts`