From 97bc6136af31dfcee4bed581fe2cb2f4b9ef6795 Mon Sep 17 00:00:00 2001 From: brektrou <48123110+brektrou@users.noreply.github.com> Date: Fri, 1 Mar 2019 20:23:37 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c5b33..76d4cf0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ make sudo make install ``` ## Checking installed driver -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 +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 ```