From 33b5772a03adea2ece6c3411f0d8f6176ac1112d Mon Sep 17 00:00:00 2001 From: Keep Watcher Date: Fri, 8 Feb 2019 08:48:41 -0500 Subject: [PATCH] Fixing documented build.ps1 arguments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e6f70660..d23c39016 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. ---