diff --git a/README.md b/README.md index 4e6f706..d23c390 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ There is a single build script that supports 3 different options: - `./build.sh --packer-only` - This option only builds the Packer boxes and will not use Vagrant to start up the lab. Windows users will want to use the following script: -- `./build.ps1 -ProviderName=` - Builds the entire lab from scratch. Takes 3-5 hours depending on hardware resources and bandwidth -- `./build.ps1 -ProviderName= -VagrantOnly` - Downloads pre-built Packer boxes from https://detectionlab.network and builds the lab from those boxes. This option is recommended if you have more bandwidth than time or are having trouble building boxes. +- `./build.ps1 -ProviderName ` - Builds the entire lab from scratch. Takes 3-5 hours depending on hardware resources and bandwidth +- `./build.ps1 -ProviderName -VagrantOnly` - Downloads pre-built Packer boxes from https://detectionlab.network and builds the lab from those boxes. This option is recommended if you have more bandwidth than time or are having trouble building boxes. ---