From 5bc31e7c4603bae9a9089ced77506adeec4736a2 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 18 Jan 2016 23:16:17 +0100 Subject: [PATCH] Mention `xorriso` in Readme See #104 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 604d71f6..fab817e6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,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`, `qemu` and a nighly Rust compiler installed. Then you can run it using `make run`. +You need to have `nasm`, `grub-mkrescue`, `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.