From 4a832e2d133877d3fcc169f2bb85b58e3dc627d0 Mon Sep 17 00:00:00 2001 From: Benjamin Levy Date: Fri, 29 May 2020 02:49:29 -0400 Subject: [PATCH] Make README organization less confusing --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8282350..9fc92bd 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,15 @@ BootMine is an entire minesweeper game crammed into 512 bytes, the size of a BIO ## Building -### Build dependencies - -* `nasm` -* `make` - -### Run +Make sure `nasm` and `make` are installed, then run: ```sh make ``` -This will build the 512-byte file `bootmine`, which can be written to the first sector of a floppy disk (or USB drive), with a command like `dd if=bootmine of=/dev/sdb`. Keep in mind that this will effectively destroy all data on the drive. +## Installing + +This 512-byte file `bootmine`, can be written to the first sector of a floppy disk (or USB drive), with a command like `dd if=bootmine of=/dev/sdb`. Keep in mind that this will effectively destroy all data on the drive. ### Emulation