Update README.md

This commit is contained in:
Adrien Bourmault 2019-04-09 15:04:21 +02:00 committed by GitHub
parent 91e5bbf83d
commit 0addc2e952
1 changed files with 2 additions and 2 deletions

View File

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