From 8f097f6bd5ed1a3e45bd72c4655ad88b14b09828 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Wed, 1 Apr 2020 21:14:05 +0200 Subject: [PATCH] Add basic makepkg instructions --- linux54-tkg/README.md | 7 +++++++ linux55-tkg/README.md | 7 +++++++ linux56-tkg/README.md | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/linux54-tkg/README.md b/linux54-tkg/README.md index 9879669..e95717b 100644 --- a/linux54-tkg/README.md +++ b/linux54-tkg/README.md @@ -36,3 +36,10 @@ You can enable support for it at the beginning of the PKGBUILD file. Make sure t - **optional** overrides for missing ACS capabilities - **optional** ZFS fpu symbols - **optional** Fsync support (proton) + + +``` +git clone https://github.com/Frogging-Family/linux-tkg.git +cd linux-tkg/linux54-tkg +makepkg -si +``` diff --git a/linux55-tkg/README.md b/linux55-tkg/README.md index 3e6f647..70b1326 100644 --- a/linux55-tkg/README.md +++ b/linux55-tkg/README.md @@ -36,3 +36,10 @@ You can enable support for it at the beginning of the PKGBUILD file. Make sure t - **optional** overrides for missing ACS capabilities - **optional** ZFS fpu symbols - **optional** Fsync support (proton) + + +``` +git clone https://github.com/Frogging-Family/linux-tkg.git +cd linux-tkg/linux55-tkg +makepkg -si +``` diff --git a/linux56-tkg/README.md b/linux56-tkg/README.md index 7330c84..9583d40 100644 --- a/linux56-tkg/README.md +++ b/linux56-tkg/README.md @@ -35,3 +35,10 @@ You can enable support for it at the beginning of the PKGBUILD file. Make sure t - **optional** overrides for missing ACS capabilities - **optional** ZFS fpu symbols - **optional** Fsync support (proton) + + +``` +git clone https://github.com/Frogging-Family/linux-tkg.git +cd linux-tkg/linux56-tkg +makepkg -si +```