From 340e1514109ea8e9527120dbac9154eb81f6b7d9 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Wed, 1 Nov 2023 16:42:18 +0000 Subject: [PATCH] Add README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d37484 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# void-zenkernel + +![Build Status](https://img.shields.io/badge/build-passing-brightgreen) +![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) +![Made with Love](https://img.shields.io/badge/Made%20with-%E2%9D%A4-red) + +## Description + +`void-zenkernel` is a collection of packages that allow users to build the Zen Kernel for Void Linux using either GCC or Clang compilers. The Zen Kernel is known for its performance tweaks and smoother system performance. With `void-zenkernel`, Void Linux users can easily harness the power of Zen! + +## Features + +- Seamless integration with Void Linux. +- Support for both GCC and Clang compilers. +- Regular updates and patches to ensure the best performance. + +## Requirements + +- Void Linux distribution. +- Development tools (base-devel) installed. +- Either GCC or Clang compiler. \ No newline at end of file