From 917eb782551d508763a2e488acd6e1011fb69afc Mon Sep 17 00:00:00 2001 From: dns2utf8 Date: Mon, 12 Sep 2016 11:22:42 +0200 Subject: [PATCH] Add mtools to readme (#213) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4953379..dba4fa69 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This repository contains the source code for the _Writing an OS in Rust_ series - [Set Up GDB](http://os.phil-opp.com/set-up-gdb.html) ## Building -You need to have `nasm`, `grub-mkrescue`, `xorriso`, `qemu` and a nighly Rust compiler installed. Then you can run it using `make run`. +You need to have `nasm`, `grub-mkrescue`, `mformat` (included in `mtools`), `xorriso`, `qemu` and a nighly Rust compiler installed. Then you can run it using `make run`. Please file an issue if you run into any problems.