mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user