docs: Fix small typo

This commit is contained in:
mintsuki 2021-06-01 20:39:43 +02:00
parent ad8620e704
commit cebb45bad3
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ or `gcc` or `llvm/clang` must also be installed.
`GNU binutils` is necessary in order to build the UEFI port of Limine. A full
LLVM toolchain without `GNU binutils` can be used to build the BIOS port instead.
Both the UEFI and BIOS ports of the bootloader can built, using `GCC/GNU binutils`, with:
Both the UEFI and BIOS ports of the bootloader can be built, using `GCC/GNU binutils`, with:
```bash
make
```