diff --git a/Installing-Vagrant-from-Source.md b/Installing-Vagrant-from-Source.md index 042b4e5..410232e 100644 --- a/Installing-Vagrant-from-Source.md +++ b/Installing-Vagrant-from-Source.md @@ -57,7 +57,7 @@ Note that you _will_ receive warnings that running Vagrant like this is not supp If you do not want to specify the full path to Vagrant (i.e. you just want to run `vagrant`), you can create a symbolic link to your exec: ```shell -$ ln -sf /usr/local/bin/vagrant /path/to/vagrant/exec/vagrant +$ ln -sf /path/to/vagrant/exec/vagrant /usr/local/bin/vagrant ``` When you want to switch back to the official Vagrant version, simply remove the symlink. \ No newline at end of file