Skip to content

Commit

Permalink
Make README organization less confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
io12 committed May 29, 2020
1 parent e74be92 commit 4a832e2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a832e2

Please # to comment.