Files
vagrant-ie/Readme.md
Tommy Parnell 8260701e09 init
2016-04-18 15:17:24 -04:00

13 lines
340 B
Markdown

This is a folder structure which includes vagrant files for IE9+ on every platform it is offered..
## How to use?
Install vagrant and virtual box if you do not already have it. (note: hyper-v does not like virtualbox disable the hyper-v service if you want both installed).
```
choco install virtualbox -y
choco install vagrant -y
```