From 65b067ca0bae80958ae30ac393bc87b5637d1d6a Mon Sep 17 00:00:00 2001 From: "Brian K. White" Date: Fri, 3 Jan 2020 19:34:01 -0500 Subject: [PATCH] finish merge? --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 090578f6..129f4b7f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is a tool for installing the latest mainline Linux kernel on Ubuntu-based d * For each kernel, the related packages (headers & modules) are installed or removed at the same time ### Downloads & Source Code -mainline is written using Vala and GTK3. Source code and binaries are available from the [GitHub project page](https://github.com/aljex/mainline). +mainline is written using Vala and GTK3. Source code and binaries are available from the [GitHub project page](https://github.com/bkw777/mainline). [cappelikan](https://github.com/cappelikan) maintains a PPA at: @@ -23,8 +23,8 @@ mainline is written using Vala and GTK3. Source code and binaries are available sudo apt install mainline ### Build - sudo apt install libgee-0.8-dev libjson-glib-dev libvte-2.91-dev valac aptitude aria2 - git clone https://github.com/aljex/mainline.git + sudo apt install libgee-0.8-dev libjson-glib-dev libvte-2.91-dev valac + git clone https://github.com/bkw777/mainline.git cd mainline make sudo make install