Skip to content

Instantly share code, notes, and snippets.

@stephenway
Created April 10, 2012 15:25
Show Gist options
  • Select an option

  • Save stephenway/2352117 to your computer and use it in GitHub Desktop.

Select an option

Save stephenway/2352117 to your computer and use it in GitHub Desktop.
Install Internet Explorer on a Mac
Download & Install VirtualBox
http://www.virtualbox.org/wiki/Downloads
Decide which versions of Internet Explorer you want to download and install from Terminal
Install ALL versions of Internet Explorer: IE7, IE 8, and IE 9
curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash
Install Internet Explorer 7 Only
curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="7" bash
Install Internet Explorer 8 Only
curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="8" bash
Install Internet Explorer 9 Only
curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="9" bash
Launch and Play
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment