diff --git a/website/content/docs/installation/source.mdx b/website/content/docs/installation/source.mdx index 7ec978b43..50076eac5 100644 --- a/website/content/docs/installation/source.mdx +++ b/website/content/docs/installation/source.mdx @@ -8,7 +8,7 @@ description: |- # Install Vagrant from source -Vagrant installations from source is an advanced operation. It is only recommended +Vagrant installations from source is an advanced operation. We only recommended if you cannot use the official installer. This page details the prerequisites and three steps to install Vagrant from source. @@ -70,7 +70,7 @@ the full path to the `exec/vagrant` anywhere on your operating system. $ /path/to/vagrant/exec/vagrant init -m hashicorp/bionic64 ``` --> **Tip:** Warning messages are expected when you use a local Vagrant from source installation, since it is not supported or recommend. +-> **Tip:** Warning messages are expected when you use a local Vagrant from source installation, since it is not supported or recommended. 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. diff --git a/website/content/docs/installation/uninstallation.mdx b/website/content/docs/installation/uninstallation.mdx index 9ea839267..5ef55653d 100644 --- a/website/content/docs/installation/uninstallation.mdx +++ b/website/content/docs/installation/uninstallation.mdx @@ -47,7 +47,7 @@ The removal of user data will remove all [boxes](/docs/boxes), by Vagrant. Removing the user data effectively makes Vagrant think it is a fresh install. -On all platforms, the user data directory location is in the root of your home directory under `vagrant.d`. Remove the `~/.vagrant.d` directory to delete all the user data. On +On Linux and Mac OS platforms, the user data directory location is in the root of your home directory under `vagrant.d`. Remove the `~/.vagrant.d` directory to delete all the user data. On Windows, this directory is, `C:\Users\YourUsername\.vagrant.d`, where `YourUsername` is the username of your local user. diff --git a/website/content/docs/installation/upgrading-from-1-0.mdx b/website/content/docs/installation/upgrading-from-1-0.mdx index ecc7174f2..02578f8c4 100644 --- a/website/content/docs/installation/upgrading-from-1-0.mdx +++ b/website/content/docs/installation/upgrading-from-1-0.mdx @@ -19,7 +19,7 @@ install it with standard procedures for your operating system. As the [backwards compatibility](/docs/installation/backwards-compatibility) page says, **Vagrant 1.0.x plugins will not work with Vagrant 1.1+**. Many of these plugins have been updated to work with newer versions of Vagrant, -you will need to verify if they've been updated. If not however, you will have +so you will need to verify if they've been updated. If not however, you will have to remove them before the upgrade. We recommend that you remove _all_ plugins before the upgrade and then slowly