From 0addc2e9524ace9a2c818c23ad428bf8b57b226a Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Tue, 9 Apr 2019 15:04:21 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a240f4b..b815425 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For changelog, see [ChangeLog](ChangeLog) For structure of the sources, see [ProjectTree](ProjectTree) -For our IRC channel, see #os.k-devel on [Freenode](https://webchat.freenode.net) +For our IRC channel, see `#os.k-devel` on [Freenode](https://webchat.freenode.net) Note that every file within OS/K is written using spaces for tabulation, with each tabulation being 4 spaces long. @@ -25,7 +25,7 @@ apt update && apt upgrade apt install grub-pc-bin dosfstools make nasm qemu tree ``` -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" repertory in your PATH. +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. To compile, simply use at the root of this project : ```