Merge pull request #258 from mattreduce/update-buildsh-usage

Update build.sh usage in README
This commit is contained in:
Chandrapal 2018-04-03 10:37:32 +05:30 committed by GitHub
commit e6b5dc12e2
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`.