From f7e418533bb83ce6d7bca57d1ad5565e056aef50 Mon Sep 17 00:00:00 2001 From: Jake Day Date: Tue, 17 Apr 2018 19:57:04 -0400 Subject: [PATCH] update install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc329856..84b67e851 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ For the i915_firmware files (series 3/4/5 devices only), please select the versi ``` 8. Install the custom kernel and headers (or follow the steps for compiling the kernel from source below): ``` - sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb + sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb linux-libc-dev-[VERSION].deb ``` 9. Reboot on installed kernel.