rtl8188eu: Change the wording in the README file

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-11-26 20:31:46 -06:00
parent 133157eeeb
commit 7638be5ee7

View file

@ -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
---------