diff --git a/versioned_docs/version-2.9/getting-started/quick-start-guides/deploy-rancher-manager/vagrant.md b/versioned_docs/version-2.9/getting-started/quick-start-guides/deploy-rancher-manager/vagrant.md index aa45287e56f..34238a35fb1 100644 --- a/versioned_docs/version-2.9/getting-started/quick-start-guides/deploy-rancher-manager/vagrant.md +++ b/versioned_docs/version-2.9/getting-started/quick-start-guides/deploy-rancher-manager/vagrant.md @@ -20,12 +20,13 @@ The intent of these guides is to quickly launch a sandbox that you can use to ev - [Virtualbox](https://www.virtualbox.org): The virtual machines that Vagrant provisions need to be provisioned to VirtualBox. - At least 4GB of free RAM. -### Note -- Vagrant will require plugins to create VirtualBox VMs. Install them with the following commands: +:::note - `vagrant plugin install vagrant-vboxmanage` +Vagrant requires plugins to create VirtualBox VMs. Install them with the following commands: +- `vagrant plugin install vagrant-vboxmanage` +- `vagrant plugin install vagrant-vbguest` - `vagrant plugin install vagrant-vbguest` +::: ## Getting Started