Update readme

This commit is contained in:
Tk-Glitch 2020-10-26 23:27:53 +01:00
parent 97b7e32dc6
commit 3cafb4b6c2

View File

@ -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
```