From e4d46f687e4dc20884f8504798a926060d044a54 Mon Sep 17 00:00:00 2001 From: Ivan Velickovic Date: Wed, 28 Aug 2024 11:12:11 +1000 Subject: [PATCH] webserver: minor cleanup in running QEMU page Signed-off-by: Ivan Velickovic --- content/docs/examples/webserver/running_qemu.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/docs/examples/webserver/running_qemu.md b/content/docs/examples/webserver/running_qemu.md index 4976622..c1127b9 100644 --- a/content/docs/examples/webserver/running_qemu.md +++ b/content/docs/examples/webserver/running_qemu.md @@ -6,9 +6,7 @@ weight = 20 ## Running on QEMU -### Booting - -To start QEMU, run in the same place you compiled the system: +To start QEMU, run the following command in the same place you compiled the system: ```sh make qemu ```