From 26f0ed9317febb8f6ed08e5ae2866f09b347c5cc Mon Sep 17 00:00:00 2001 From: mayfrost Date: Sat, 3 Mar 2018 19:08:20 +0000 Subject: [PATCH] Update KERNEL.md --- KERNEL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KERNEL.md b/KERNEL.md index b7e8355..2f3cc77 100644 --- a/KERNEL.md +++ b/KERNEL.md @@ -40,7 +40,7 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you ## GETTING THE KERNEL SOURCE ### OPTIONAL: Symlink -Is standard to download Linux sources under __/usr/src/__, to link the downloaded kernel tree to __/usr/src/linux-__ and work there, but is not a requirement. +Is standard to download Linux sources under __/usr/src/__, then link the downloaded kernel tree to __/usr/src/linux-__ and work there, but is not a requirement. * Change to __/usr/src/__. `cd /usr/src/` * Symlink.