summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-20 12:40:49 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-20 12:40:49 +0100
commit3e4fddccb143658c8267096acb5438b191a648c3 (patch)
treeffdfac9a150d76a1de0c496e99c54f77c21d3584 /README.md
parente1d5089d237a34c4977cdf5dfa65c9f58b351d11 (diff)
chore: ReadMe update for release prep.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 02a792c..72fb0a0 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
-# NeBuild
+# The NeBuild System.
-![CI](https://github.com/nekernel-org/nebuild/actions/workflows/c-cpp-dev.yml/badge.svg)
[![License: GPL-3.0](https://img.shields.io/badge/license-BSD--3.0-blue.svg)](LICENSE)
+Fast and easy to use build system for low-level projects.
+
## Requirements:
- GNU C++
@@ -29,4 +30,4 @@ cmake -S . -B build
cmake --build build
```
-###### Copyright (C) 2024-2025, Amlal El Mahrouss and NeKernel.org Authors, licensed under the BSD 3 Clause license.
+###### Copyright (C) 2024-2026, Amlal El Mahrouss and NeKernel.org Authors, licensed under the BSD 3 Clause license.