From 0ab9b872ad4fbae4662752c75f04b18227f512da Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Mon, 12 Oct 2020 15:03:56 +0200 Subject: [PATCH] linux59-tkg: readme corrections --- linux59-tkg/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```