From e5d1d065feefe67315484080d7d9440f1f09cc48 Mon Sep 17 00:00:00 2001 From: Samuel Tulach Date: Tue, 14 Apr 2020 21:23:15 +0200 Subject: [PATCH] Tue, Apr 14, 2020 9:23:15 PM --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14213be..8235c97 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,9 @@ 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 subsystem for Windows) and install gnu-efi (commands for Ubuntu 18.04): - apt install gnu-efi \ No newline at end of file + apt install gnu-efi + +That's all you need to install. Package manager (in the example apt) should install all the depencies for you. Once the installation is complete, close this repo (make sure you have git installed): + + git clone https://github.com/SamuelTulach/efi-memory +