diff --git a/README.md b/README.md index 3d4fb00..92f4001 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,10 @@ Before you run `vagrant up` edit the `Vagrantfile` to adapt those variables: The network prefix should be adapted to whatever network you bridge too (make sure the IPs 50 to 53 are free or change them as well in the file). All VMs are bridge to the same interface. In my case the VMWare network that hosts my -virtual Netscaler instance. The download dir should contain `googlechromestandaloneenterprise.msi` -which can be downloaded from here: https://www.google.com/work/chrome/chrome-browser/ +virtual Netscaler instance. + +The download dir should contain `googlechromestandaloneenterprise.msi` +which can be downloaded from here: https://www.google.com/work/chrome/chrome-browser/, as well as the SysInternals Suite as a single ZIP file, which can be downloaded from here: https://docs.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite. # Tests @@ -119,4 +121,4 @@ Once the _base box_ is built, import it with the following command: You should be ready to go. -Before running packer, you might want to customize the build to your preferences. For instance, the keyboard layout can be changed here: https://github.com/dbroeglin/packer-templates/blob/master/scripts/postunattend.xml#L14 \ No newline at end of file +Before running packer, you might want to customize the build to your preferences. For instance, the keyboard layout can be changed here: https://github.com/dbroeglin/packer-templates/blob/master/scripts/postunattend.xml#L14