From c06380137fb13212f0bc61366af832b54bafaa79 Mon Sep 17 00:00:00 2001 From: nub31 Date: Sat, 23 Aug 2025 17:24:53 +0200 Subject: [PATCH] remove redundant readme command --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index f2b2c5e..8e2984e 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,3 @@ After building, run the following: ```sh qemu-system-x86_64 -cdrom .build/nub-os.iso ``` - -Or all in once build and run - -```sh -make && qemu-system-x86_64 -cdrom .build/nub-os.iso -```