From bdc05d06519e379343bc1fb1c856d59b0389b580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Tue, 11 Dec 2018 09:43:45 +0100 Subject: [PATCH] char-escaping added --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d02eabe..3959f93 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,16 @@ * Sign your proprietary modules - create_module_key.sh -s [ ][ ]... + create_module_key.sh -s \[ \][ \]... * Reboot If you have a Dualboot with Windows and Bitlocker, you have to type in you Recreation-Key for Bitlocker on first boot in Windows, because you added a key to UEFI Every time you install a new kernel, you have to boot to the new kernel and run - create_module_key.sh -s [ ][ ]... + create_module_key.sh -s \[ \][ \]... + +* Reboot again.