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 +