summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-16 20:00:37 +0200
committerGitHub <noreply@github.com>2025-08-16 20:00:37 +0200
commitd21a3b2e16b4e5f974dd000e11c868e2021292f0 (patch)
treed91d1351193a9f758daa9dad964e40f5a84ece7f /ReadMe.md
parent50c2c9773d5660b1497a1132ffa96a7ab10d9c45 (diff)
parentd987d62459d59a6d95ffb815d5e6eccd8dbde1dd (diff)
Merge pull request #3 from nekernel-org/dev
v0.0.3
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 2edd5ce..d3430be 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,20 +1,19 @@
-# BTB.
+# NeBuild
-![CI](https://github.com/amlel-el-mahrouss/btb/actions/workflows/c-cpp.yml/badge.svg)
+![CI](https://github.com/nekernel-ort/nebuild/actions/workflows/c-cpp.yml/badge.svg)
[![License: GPL-3.0](https://img.shields.io/badge/license-BSD--3.0-blue.svg)](LICENSE)
-[![QEMU Tested](https://img.shields.io/badge/QEMU-Tested-success)](#)
-## Installation requirements:
+## Requirements:
- GNU C++
- GNU Make
-## Steps (GNU Make):
+## Guide (GNU Make):
-- Run make `build-btb-core` and `build-btb`.
+- Run make `build-nebuild-core` and `build-nebuild`.
-## Steps (BTB):
+## Guide (NeBuild):
-- Run `btb` and pass the path to the manifest file.
+- Run `nebuild` and pass the path to the manifest file.
-###### Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. All rights reserved.
+###### Copyright (C) 2024-2025, Amlal El Mahrouss and NeKernel.org Authors, all rights reserved.