From 7d40ee39258a7881fa197a59ff765a31bec886d7 Mon Sep 17 00:00:00 2001 From: toloveru Date: Mon, 3 Apr 2017 20:06:26 +0200 Subject: [PATCH] Testing release --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4ae3f91..4d76dec 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ Ever thought of compiling a custom kernel, but held back because of the need for * Nofity the users about what is going on (tested only on Xfce). * Remove a distribution kernel if present (currently only on Arch and Manjaro). +### Installation +1. Clone and navigate to the repository, then run `sudo ./install` +2. Copy your existing kernel .config file to `/root/.config/kernel/.config` +If you don't know how to create this file, this tool isn't for you. + ### This script runs as root. Isn't that unsafe? In a non-interactive script, it's much easier to run priveleged by default and drop priveleges as needed, instead of requiring authentication every time. If you know of a fully non-interactive way of achieving on-the-fly enhanced priveleges though, feel free to open a pull request.