diff --git a/README.md b/README.md index 7912f3a..92c5b33 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ make sudo make install ``` ## Checking installed driver -To checking the driver, run this command: +If you successfully install the driver, the driver is installed on `/lib/modules//kernel/drivers/net/wireless/realtek/rtl8xxxu`. Check the driver with the `ls` command ``` ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8xxxu ```