From 7638be5ee7d821ceb803a302972800b6894ee258 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Tue, 26 Nov 2013 20:31:46 -0600 Subject: [PATCH] rtl8188eu: Change the wording in the README file Signed-off-by: Larry Finger --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 257546e..e090c78 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,16 @@ Repository for the stand-alone RTL8188EU driver. Compiling & Building --------- ### Dependencies -To compile the driver, you need to have make and a compiler installed +To compile the driver, you need to have make and a compiler installed. In addition, +you must have the kernel headers installed. If you do not understand what this means, +consult your distro. ### Compiling > make all ### Installing -> make install +> sudo make install Submitting Issues ---------