From 4b389f981b82fc382caa99efd2e83329f068ae71 Mon Sep 17 00:00:00 2001 From: Laio Oriel Seman Date: Fri, 2 Feb 2024 21:53:43 -0300 Subject: [PATCH] fix(readme): fix template --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c1e4b73..38c9461 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,10 @@ To use the script, follow these steps: 2. Make the script executable with `chmod +x kernel_builder.sh`. 3. Run the script with `./kernel_builder.sh`. 4. Follow the on-screen prompts to select your desired kernel version and configurations, for: - --- Choose the kernel version. --- Enable or disable CachyOS optimizations. --- Configure the CPU scheduler, LLVM LTO, tick rate, NR_CPUS, Hugepages, LRU, and other system optimizations. --- Select the preempt type and tick type for further system tuning. + - Choose the kernel version. + - Enable or disable CachyOS optimizations. + - Configure the CPU scheduler, LLVM LTO, tick rate, NR_CPUS, Hugepages, LRU, and other system optimizations. + - Select the preempt type and tick type for further system tuning. ## Advanced Configurations