commit 144ff5b75c540ef018764a33f81df966d1778bf6 Author: CrimsonHawk Date: Mon Jul 29 17:55:17 2024 +0800 Added install and compile instuctions diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..fb718b0 --- /dev/null +++ b/Home.md @@ -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 \ No newline at end of file