From a7f07d8dab56f6532d534a3d86ce2356e3e5cc82 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Thu, 11 Jul 2024 23:54:27 +0530 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 43549b9c..274440ea 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,22 @@ Currently, 2 types of kernel variants are available. You can use anyone as per y sudo apt install linux-t2-lts ``` +3. Mainline Xanmod kernels: + + If you want to install **Mainline Xanmod** kernels, install `linux-t2-xanmod` package: + + ```bash + sudo apt install linux-t2-xanmod + ``` + +4. LTS Xanmod kernels: + + If you want to install **LTS Xanmod** kernels, install `linux-t2-xanmod-lts` package: + + ```bash + sudo apt install linux-t2-xanmod-lts + ``` + Now, whenever a new kernel is released, you can use **Software updater** or run `sudo apt upgrade` to get it. #### Changing kernel variant: