From bad33e64f16c90dbf603fe1faa3dcd6628921fd1 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 6 Sep 2025 12:13:20 +0200 Subject: meta: add ReadMe. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f6fe7b --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# The Superproject + +## Brief + +A centralized repository designed to hold the NeKernel.org projects together. + +## Why? + +Mainly for three reasons: + +- Hold the codebase in a single repository is way more doable than a fragmented one. +- The filesystem path will take the `superproject` into consideration now, i.e (../kernel -> /superproject/dev/kernel) +- The deployment of new version is now easier than deploying each of them by hand. + +###### Copyright 2025 - Amlal El Mahrouss & NeKernel.org Contributors. -- cgit v1.2.3