diff --git a/README.md b/README.md index 8e93196..d79a413 100644 --- a/README.md +++ b/README.md @@ -42,17 +42,25 @@ You can optionally enable support for it at the beginning of the PKGBUILD file. ## Install procedure +### Arch & derivatives +``` +git clone https://github.com/Frogging-Family/linux-tkg.git +cd linux-tkg +# Optional: edit customization.cfg file +makepkg -si +``` + ### DEB (Debian, Ubuntu and derivatives) and RPM (Fedora, SUSE and derivatives) based distributions ``` git clone https://github.com/Frogging-Family/linux-tkg.git -cd linux-tkg/linux-tkg +cd linux-tkg # Optional: edit customization.cfg file ./install.sh install ``` Uninstalling custom kernels installed through the script has to be done manually. The script can can help out with some useful information: ``` -cd path/to/linux-tkg/linux-tkg +cd path/to/linux-tkg ./install.sh uninstall-help ```