Update README.md

This commit is contained in:
Samuel Tulach
2020-05-31 11:25:38 +02:00
committed by GitHub
parent 01f195eae4
commit 047bab3029

View File

@@ -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):
```