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.
This commit is contained in:
Pierre
2014-10-16 18:59:32 -04:00
parent b8b364fd91
commit 3def960bf0

View File

@@ -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`