From 5679fbdffc87fe906077e5f5b08996f1379e0789 Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Thu, 14 Mar 2019 10:43:24 +0100 Subject: [PATCH] Fixes README brainfart --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53738a7..0c57ce8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ to the IP address you will associate to your VM Launch the generation with the VirtualBox builder: - $ packer build -only=virtualbox-iso misp.json + $./build_vbox.sh A VirtualBox image will be generated and stored in the folder *output-virtualbox-iso*. @@ -38,7 +38,7 @@ it when the VM is running. For example the IP address of your VM is If you want to build an image for VMWare you will need to install it and to use the VMWare builder with the command: - $./build_vbox.sh + $ packer build -only=vmware-iso misp.json You can also launch all builders in parallel.