From 81debfcd74a49a20c1a1acc93d5993dcfa1da69a Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Fri, 7 Apr 2017 12:13:06 +0200 Subject: [PATCH] miragesdk: update README with moby build/run instructions Signed-off-by: Thomas Gazagnaire --- projects/miragesdk/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/miragesdk/README.md b/projects/miragesdk/README.md index 460e2fc65..e80b88f8c 100644 --- a/projects/miragesdk/README.md +++ b/projects/miragesdk/README.md @@ -46,7 +46,7 @@ the hardware support is available. a lot of architectural questions and makes subsequent protocol implementations such as HTTPS or NTP more straightforward. See [why-dhcp](why-dhcp.md) for more details. -- The **[roadmap](roadmap.md)** describes the architecture of the DHCP client and current +- The **[roadmap](roadmap.md)** describes the architecture of the DHCP client and current development directions. - We are also packaging up the Alpine `dhcpcd` with the same configuration conventions @@ -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 ```