From 8c99103ada507b34f76483770ca964d2e6cf22ab Mon Sep 17 00:00:00 2001 From: toloveru Date: Mon, 3 Apr 2017 19:48:34 +0200 Subject: [PATCH] Testing release --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b26511d..d9fff1d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# Introduction +## Kernel checker + +### Introduction Ever thought of compiling a custom kernel, but held back because of the need for manual tracking, compilation and installation? Well, I say no more. This tool can do it for you. -# What does it do? +### What does it do? * Periodically check for updates on kernel.org * Download a new kernel if available * Verify the kernel signature @@ -9,18 +11,19 @@ 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). -# This script runs as root. Isn't that unsafe? +### 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 have a fully non-interactive way of achieving this though, feel free to open a pull request. -# I want to use this code in my own projects. What license do you use? +### I want to use this code in my own projects. What license do you use? This work is licensed under the CC BY-NC 4.0 license, which you can read more about [here](https://creativecommons.org/licenses/by-nc/4.0/legalcode). In a nutshell, this means: * You can copy and redistribute the material in any medium or format. * You can remix, transform, and build upon the material. + Provided that: * You give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggest the licensor endorses you or your use. * You do not use the material for commercial purposes. -# Contact me +### Contact me If you have any questions, encountered bugs, feature requests, etc. about this project, please send me a message at facebook.com/irc.condor, and I'll get back to you as soon as possible. If you find this an interesting project, consider following me there also!