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.