From 047bab30298d8981e9b04edbf195f231e5099c07 Mon Sep 17 00:00:00 2001 From: Samuel Tulach Date: Sun, 31 May 2020 11:25:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb00b4b..683832f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Compiling any of the example client programs is pretty simple. Open the solution Compiling the driver is also pretty simple. First you need a working Linux install (or you can use Linux subsystem for Windows) and install gnu-efi (commands for Arch Linux): ``` - sudo pacman -S gnu-efi + sudo pacman -S gnu-efi-libs ``` That's all you need to install. Package manager (in the example apt) should take care of all the depencies for you. Once the installation is complete, clone this repo (make sure you have git installed): ```