Changed order

This commit is contained in:
Andre Vallestero 2020-01-07 13:42:03 -05:00
parent d3d5475cc3
commit 1e3cba47e5

View file

@ -2,14 +2,14 @@
A bare-bones minimal executable application for efi on the x64 platform
- 0 external dependencies
- 1 source file
- 42 SLOC
- 2 compile commands
- 42 SLOC
- 2560 bytes binary
## Build tools
The only build tools required are `clang` and `lld`. This project does not depend on any external headers, libraries, or link files.
On arch linux this can be easily installed with the command
On arch linux this can be easily installed with the command
`pacman -S clang lld`
## Building