diff --git a/linux59-tkg/README.md b/linux59-tkg/README.md index 573fa0f..54ea8c1 100644 --- a/linux59-tkg/README.md +++ b/linux59-tkg/README.md @@ -30,14 +30,14 @@ You can optionally enable support for it at the beginning of the PKGBUILD file. ### 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/linux58-tkg +cd linux-tkg/linux59-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/linux58-tkg +cd path/to/linux-tkg/linux59-tkg ./install.sh uninstall-help ```