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 -```