miragesdk: update README with moby build/run instructions

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
Thomas Gazagnaire 2017-04-07 12:13:06 +02:00
parent 914d27bed9
commit 81debfcd74

View File

@ -63,6 +63,6 @@ the hardware support is available.
# Getting Started
```
../../bin/moby examples/mirage-dhcp.yml`
../../scripts/qemu.sh mirage-dhcp-initrd.img mirage-dhcp-bzImage "$(bin/moby --cmdline mirage-dhcp.yml)"
../../bin/moby build examples/mirage-dhcp.yml`
../../bin/moby run mirage-dhcp
```