Fixed wording in README

This commit is contained in:
JeremyStar™ 2024-08-07 00:35:59 +02:00
parent 432c862334
commit 7db6e81ac1
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -1,7 +1,8 @@
# jstm-optimized
This repository includes a build tool for compiling the Linux kernel with performance patches from the Linux Clear project. It allows for build time speedups and for easier PKGBUILD configuration.
This repository is based on the AUR package [linux-clear](https://aur.archlinux.org/pkgbase/linux-clear) (which is also maintained by me) and patches it's PKGBUILD file.
Before I took over the AUR package I maintained a softfork of the package here. Now it's a patcher for it as I am now able to introduce things to upstream.
This repository includes a build tool for compiling the Linux kernel with performance patches from the Linux Clear project. It allows for build time speedups and easier PKGBUILD configuration.
This repository is based on the AUR package [linux-clear](https://aur.archlinux.org/pkgbase/linux-clear) (which is also maintained by me) and simply patches it's PKGBUILD file and passes some environment variables.
Before I took over the AUR package I maintained a softfork of the package here. Now it just contains tools for it as I am now able to introduce things to upstream.
## Warning
As with every other software, make sure to regularily update your kernel. Missing updates and security patches will make your system vulnerable to attacks.