aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarvin Borner2019-09-22 01:48:01 +0200
committerMarvin Borner2019-09-22 01:48:01 +0200
commit5bc3e8c3553b749d848169de7177b238f4396f9b (patch)
tree4f57ad76a2e75191f928c3004780ba705124de4b /README.md
parentd9324456b4dd4b3a520534fa7a2996358d3484f0 (diff)
Moved shell files into Makefile
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`