Merge pull request #14 from gallypette/hotfix

Fixes README brainfart
pull/16/head
Alexandre Dulaunoy 2019-03-14 10:57:58 +01:00 committed by GitHub
commit 9a737b08ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.