From 34c3e7482aed0f26299f6c21e342ab45ebc55b47 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Tue, 9 Mar 2021 13:01:04 -0600 Subject: README: fix improper formatting Fix wrong formatting in the project README file. Lists should have an empty line proceeding them, otherwise the first element is italicized. Signed-off-by: Danny Holman --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17c37f2..15fa1c6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ written in C with a small portion written in assembly. ## Compiling You will need the following to compile the Box kernel: + * i686-elf toolchain * A working Unix environment -- cgit v1.2.3