update box urls

This commit is contained in:
tparnell
2018-07-27 06:26:39 -04:00
parent 71e315a610
commit 261d9ca351
2 changed files with 16 additions and 7 deletions

View File

@@ -4,12 +4,21 @@ This is a folder structure which includes vagrant files for major versions of IE
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).
Windows:
```
choco install virtualbox -y
choco install vagrant -y
```
Macos:
```
brew cask install virtualbox
brew cask install vagrant
```
cd to the root of the git repo
you can then run `vagrant up IE10-Win7`