Added install and compile instuctions

CrimsonHawk 2024-07-29 17:55:17 +08:00
commit 144ff5b75c

14
Home.md Normal file

@ -0,0 +1,14 @@
### How to install:
1. Download the latest release from https://crimsonhawk.zapto.org:8443/git/CrimsonHawk/custom-kernel/releases
2. Run `sudo pacman -U linux-custom-ultimate-X.XX.X.archX-X-x86_64.pkg.tar.zst linux-custom-ultimate-headers-X.XX.X.archX-X-x86_64.pkg.tar.zst`
3. Reboot
### How to compile from source
1. Clone this repository `git clone https://crimsonhawk.zapto.org:8443/git/CrimsonHawk/custom-kernel.git`
2. Change directory into the repository `cd custom-kernel`
3. Build the package (will automatically download the sources) `makepkg -s`
4. Files linux-custom-ultimate-X.XX.X.archX-X-x86_64.pkg.tar.zst and linux-custom-ultimate-headers-X.XX.X.archX-X-x86_64.pkg.tar.zst should appear in the build directory
5. Install the kernel and headers with `sudo pacman -U linux-custom-ultimate-X.XX.X.archX-X-x86_64.pkg.tar.zst linux-custom-ultimate-headers-X.XX.X.archX-X-x86_64.pkg.tar.zst`
6. Reboot