mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 12:33:40 +00:00
rtl8188eu: Change the wording in the README file
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
133157eeeb
commit
7638be5ee7
1 changed files with 4 additions and 2 deletions
|
@ -6,14 +6,16 @@ Repository for the stand-alone RTL8188EU driver.
|
||||||
Compiling & Building
|
Compiling & Building
|
||||||
---------
|
---------
|
||||||
### Dependencies
|
### 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
|
### Compiling
|
||||||
|
|
||||||
> make all
|
> make all
|
||||||
|
|
||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
> make install
|
> sudo make install
|
||||||
|
|
||||||
Submitting Issues
|
Submitting Issues
|
||||||
---------
|
---------
|
||||||
|
|
Loading…
Reference in a new issue