From 57eaecd87431334e7e9a7f50ab35dff5b2042fcf Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 19 Jan 2020 15:33:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6563203..66cd4cd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To compile this project from sources, you must first install the dependencies ``` apt update && apt upgrade -apt install grub-pc-bin dosfstools make nasm qemu tree libisl15 +apt install grub-pc-bin dosfstools make nasm qemu tree libisl15 parted ``` You also need to have the [x86-64 ELF gcc cross-compiler](https://www.os-k.eu/build-tools/cross-cc.tar.xz) and its ``bin`` directory in your PATH.