Update README.md

This commit is contained in:
Kokosei J 2020-09-18 11:42:30 +09:00 committed by GitHub
parent ccb97a59d7
commit d6f7b10821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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