summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2021-03-09 13:01:04 -0600
committerDanny Holman <dholman@gymli.xyz>2021-03-09 13:01:04 -0600
commit34c3e7482aed0f26299f6c21e342ab45ebc55b47 (patch)
tree40b6ce52ef6d2cae38c81b8ffd9962c31434c6fb /README.md
parentd7dca087ba8a9377b7b42d2b23e4cd0bc950b4c1 (diff)
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 <dholman@gymli.xyz>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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