From 246a830669b1c8f00be85b26a1f2a2fde007f9f6 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sat, 18 Sep 2021 16:41:09 +0200 Subject: [PATCH] Documentation fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f1bee4..7190d51 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ ### Building & Running Use the `Makefile` in order to build the binaries/objects et cetera- with make.
-**To build the OS image run**: `$ make os-image` +**To build the OS image run**: `$ make eos.iso`
-**To build the OS image (WITH GRUB) run**: `$ make eOS.iso` +**To build the OS image (WITH GRUB) run**: `$ make eos_grub.iso` #### Emulation You can launch eOS with a VM like qemu. Launch *qemu* via *make* by running: `$ make run`.