aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 820746a..bdc7baa 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@
* nasm
* grub
* qemu
-* Run `make`
-* Test Melvix in QEMU (should open automatically after successful `make`)
+* Build a cross compiler using `make cross`
+* Run `make build`
+* Test Melvix in QEMU (opens after `make test`)
* Optional: Flash the built ISO to a USB/Floppy/CD drive using `sudo dd if=./build/melvix.iso of=/dev/sdX bs=4M oflag=sync`