When running vagrant up with this repository for the first time, it results in the following result:
Installing the 'vagrant-timezone' plugin. This can take a few minutes...
Fetching: vagrant-timezone-1.3.0.gem (100%)
Installed the plugin 'vagrant-timezone (1.3.0)'!
Vagrant plugins were installed. Please run `vagrant up` again to install the VM
It would be helpful to add the following language under the bullet point where the instruction to run vagrant up is specified to help eliminate any confusion:
In the event you encounter the message below, simply run vagrant up again to generate the VM on your machine. This message is related to the vagrant-timezone plugin needed to support a vagrant VM:
Installing the 'vagrant-timezone' plugin. This can take a few minutes...
Fetching: vagrant-timezone-1.3.0.gem (100%)
Installed the plugin 'vagrant-timezone (1.3.0)'!
Vagrant plugins were installed. Please run `vagrant up` again to install the VM
When running
vagrant up
with this repository for the first time, it results in the following result:It would be helpful to add the following language under the bullet point where the instruction to run
vagrant up
is specified to help eliminate any confusion:In the event you encounter the message below, simply run
vagrant up
again to generate the VM on your machine. This message is related to thevagrant-timezone
plugin needed to support avagrant
VM: