Update README.md

This commit is contained in:
KanuX
2021-01-23 12:25:13 -03:00
committed by GitHub
parent a238274043
commit 9ae8672fbd

View File

@ -23,8 +23,8 @@
# Howto build/install
1. You will need to blacklist another driver in order to use this one.
2. `echo "blacklist r8188eu" >> "/etc/modprobe.d/realtek.conf"`
3. `make && make install`
2. `echo 'blacklist r8188eu'|sudo tee -a '/etc/modprobe.d/realtek.conf'`
3. `make && sudo make install`
4. Reboot in order to blacklist and load the new driver/module.
# MONITOR MODE howto