diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-06-24 12:19:12 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-06-24 12:19:12 +0200 |
commit | a6500e0084f9f94202550edad8cb605952c549be (patch) | |
tree | 98ee3289ca37681f22a4e7f605b84ae4f7fe01cd /README.md | |
parent | 9e3d312972b2edfa1e2199f78421b1f142f1d2d1 (diff) | |
download | vyos-build-a6500e0084f9f94202550edad8cb605952c549be.tar.gz vyos-build-a6500e0084f9f94202550edad8cb605952c549be.zip |
README.md: place QEMU and VMWare in dedicated chapter
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 |