vagrant/README.md in fluent-plugin-sumologic_output-1.9.0 vs vagrant/README.md in fluent-plugin-sumologic_output-1.10.0

- old
+ new

@@ -3,19 +3,31 @@ ## Prerequisites Please install the following: - [VirtualBox](https://www.virtualbox.org/) -- [Vagrant](https://www.vagrantup.com/) -- [vagrant-disksize](https://github.com/sprotheroe/vagrant-disksize) plugin +- [Vagrant](https://developer.hashicorp.com/vagrant/downloads) +### General + +1. Install `vagrant` as per <https://developer.hashicorp.com/vagrant/downloads> +2. Configure a provider +3. Run `vagrant up` and then `vagrant ssh` + ### MacOS ```bash brew cask install virtualbox brew cask install vagrant -vagrant plugin install vagrant-disksize ``` + +### ARM hosts (Apple M1, and so on) + +You'll need to use QEMU instead of VirtualBox to use Vagrant on ARM. The following instructions will assume an M1 Mac as the host: + +1. Install QEMU: `brew install qemu` +2. Install the QEMU vagrant provider: `vagrant plugin install vagrant-qemu` +3. Provision the VM with the provider: `vagrant up --provider=qemu` ## Setting up You can set up the Vagrant environment with just one command: