diff --git a/docs/getting-started/install/vagrant.md b/docs/getting-started/install/vagrant.md index dc79175b6..b3d48521f 100644 --- a/docs/getting-started/install/vagrant.md +++ b/docs/getting-started/install/vagrant.md @@ -38,7 +38,7 @@ > For users that have customized the IP address of their VM - either in a custom `Vagrantfile` or via the `DOKKU_IP` environment variable - and are not using `10.0.0.2` for the Vagrant IP, you'll need to instead use the output of `vagrant ssh-config dokku` for your `~/.ssh/config` entry. -6. Connect to the server and add your ssh key to the install. Additionally, set the global domain name to `dokku.me`. +6. Connect to the server via `vagrant ssh` and add your ssh key to the install. Additionally, set the global domain name to `dokku.me`. ```shell # usually your key is already available under the current user's `~/.ssh/authorized_keys` file