From 39195f7275701f52b3f2423cf2b7f57b7befa40a Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 28 Jul 2022 17:41:02 +0200 Subject: [PATCH] Update build commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99c2bd8..51c1edb 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ ninja ``` It is also possible to build a disk image ready to use with QEMU with the following command: ``` -ninja image +ninja diskimg ``` # Contributing