diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -145,13 +145,15 @@ with `--help` ## Building the images for virtualization platforms -* QEMU +### QEMU + Run following command after building the ISO image. ```bash $ make qemu ``` -* VMware +### VMware + Run following command after building the QEMU image. ```bash $ make vmware |