From d784110b837e1b4d9b2b955f745ebe4269b55e88 Mon Sep 17 00:00:00 2001 From: Benjamin Levy Date: Tue, 19 Jan 2021 04:20:43 -0500 Subject: [PATCH] README: Add releases link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f741ea8..d59d8ce 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Make sure `nasm` and `make` are installed, then run: make ``` +Alternatively, prebuilt versions can be downloaded from the +[releases page](https://github.com/io12/BootMine/releases). + ## Installing The 512-byte file `bootmine.img` can be written to the first sector of a floppy disk (or USB drive), with a command like `dd if=bootmine.img of=/dev/sdb`. Keep in mind that this will effectively destroy all data on the drive.