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 : ```