From 64033dc8f1afd68c84e687163fd26c098a7a87bc Mon Sep 17 00:00:00 2001 From: mayfrost Date: Sat, 3 Mar 2018 19:51:29 +0000 Subject: [PATCH] Update KERNEL.md --- KERNEL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KERNEL.md b/KERNEL.md index 34d490f..89901bc 100644 --- a/KERNEL.md +++ b/KERNEL.md @@ -219,7 +219,7 @@ Git can be used to fallback from the patch and revert to the upatched source. `patch -p1 < ` ### OPTION 3: Patch with zcat -To use the uncrompressed file directly. +* To use the uncrompressed file directly. `zcat .gz | patch -p1` -Compile kernel with the patch now included. +Compile the kernel with the patch now included.