From 1e3cba47e54b025cea8e37e66aa991bb5cc9e1b0 Mon Sep 17 00:00:00 2001 From: Andre Vallestero Date: Tue, 7 Jan 2020 13:42:03 -0500 Subject: [PATCH] Changed order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5d7394..51e4853 100644 --- a/README.md +++ b/README.md @@ -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