Update build.sh usage in README

Valid options are 'ubuntu1404' and 'windows2008'
This commit is contained in:
Matthew Conway 2018-04-02 18:35:04 -07:00 committed by GitHub
parent 1dc344bc30
commit 9af875a1b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Requirements:
To build automatically:
1. On Linux/OSX run `./build.sh win2008` to build the Windows box or `./build.sh ub1404` to build the Linux box. On Windows, run `build_win2008.ps1` in a powershell terminal to build the Windows box.
1. On Linux/OSX run `./build.sh windows2008` to build the Windows box or `./build.sh ubuntu1404` to build the Linux box. On Windows, run `build_win2008.ps1` in a powershell terminal to build the Windows box.
2. If the command completes successfully, run `vagrant up`.
3. When this process completes, you should be able to open the VM within VirtualBox and login. The default credentials are U: `vagrant` and P: `vagrant`.