From e556ef7aee286b9bff4feeaa054df3427914f083 Mon Sep 17 00:00:00 2001 From: Sebastien Caps <493313+virer@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:51:04 +0100 Subject: [PATCH] Fix: SecureBoot readme typo (issue #62) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b10416e..cc70942 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ When your kernel is updated, then do a 'git pull' and redo the make commands. ##### Installation with module signing for SecureBoot For all distros: ```bash -git clone git://github.com/lwfinger/rtl8814au.git -cd rtl8814au +git clone git://github.com/lwfinger/rtl8852au.git +cd rtl8852au make sudo make sign-install ```