commit 64033dc8f1afd68c84e687163fd26c098a7a87bc parent ee5ba31a5d3a1559d6e77693e9677931db3c20be Author: mayfrost <mayfrost@cock.li> Date: Sat, 3 Mar 2018 19:51:29 +0000 Update KERNEL.md Diffstat:
| M | KERNEL.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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 < <PATCH_FILE>` ### OPTION 3: Patch with zcat -To use the uncrompressed file directly. +* To use the uncrompressed file directly. `zcat <PATCH_FILE>.gz | patch -p1` -Compile kernel with the patch now included. +Compile the kernel with the patch now included.