diff --git a/README.md b/README.md index 01ba2b2..7c7447e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The tools in the below table are what are required to be installed on a laptop/c | Sufficient resource to run three VMs | N/A | N/A | | An Internet connetion | N/A | N/A | -For those unfamiliar with Vagrant, it is a product from HashhiCorp which allows for VMs or containers to be spun up and subsequently provisioned for the purposes of creating a lightweight and portable development environment. The reason for listing Virtualbox above is that Vagrant by default uses Vitualbox as its hypervisor for spinning up resources. Other tools can be used for this purpose but this repo was developed for Virtualbox on a Mac. Additional testing was done via KVM on an Ubuntu 20.04 system. This setup requires that the Vagrant libvirt provider be installed in order for VMs to be properly spun up. [The Vagrant documentation to install the libvirt plugin](https://www.vagrantup.com/docs/plugins/usage) did not work on this Ubuntu system. After scowering the internet, all that was needed was to install the plugin via apt. Your mileage may vary. +For those unfamiliar with Vagrant, it is a product from HashiCorp which allows for VMs or containers to be spun up and subsequently provisioned for the purposes of creating a lightweight and portable development environment. The reason for listing Virtualbox above is that Vagrant by default uses Vitualbox as its hypervisor for spinning up resources. Other tools can be used for this purpose but this repo was developed for Virtualbox on a Mac. Additional testing was done via KVM on an Ubuntu 20.04 system. This setup requires that the Vagrant libvirt provider be installed in order for VMs to be properly spun up. [The Vagrant documentation to install the libvirt plugin](https://www.vagrantup.com/docs/plugins/usage) did not work on this Ubuntu system. After scowering the internet, all that was needed was to install the plugin via apt. Your mileage may vary. # Topology