remove redundant readme command

This commit is contained in:
nub31
2025-08-23 17:24:53 +02:00
parent a422756b8c
commit c06380137f

View File

@@ -21,9 +21,3 @@ After building, run the following:
```sh ```sh
qemu-system-x86_64 -cdrom .build/nub-os.iso 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
```