From 0e6ae465adade158079b052a5cf64696e9186af5 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Fri, 10 Sep 2021 18:17:23 +0200 Subject: [PATCH] README.md Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d41b343..1f1bee4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Use the `Makefile` in order to build the binaries/objects et cetera- with **To build the OS image run**: `$ make os-image`
-**To build the OS image (WITH GRUB) run**: `$ make grub` +**To build the OS image (WITH GRUB) run**: `$ make eOS.iso` #### Emulation You can launch eOS with a VM like
qemu. Launch *qemu* via *make* by running: `$ make run`.