From 1ad28418190d51f1141d2db606e7b63ba683973e Mon Sep 17 00:00:00 2001 From: Curle Date: Sun, 21 Jul 2019 15:36:54 +0100 Subject: [PATCH] Update README Removed all Visual Studio stuff, so the line about SLN is inconsistent --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4ebead..8352350 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ This branch represents the UEFI bootloader used by Sync. It tries to set a nice video mode, then gets the date and time, then finds, packs and loads the kernel, giving the information gathered to it. -A .sln project is provided for convenience. The Windows SDK is required to compile using it, but it also works with gcc and llvm. \ No newline at end of file +The best way to compile currently is using the compile.sh script provided. +It's far easier to compile on Windows, but ¯\_(?)_/¯ \ No newline at end of file