diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-06 12:13:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-06 12:13:20 +0200 |
| commit | bad33e64f16c90dbf603fe1faa3dcd6628921fd1 (patch) | |
| tree | 00beaa75779f22d5d858dc45ee6ead28f834816d /README.md | |
| parent | a20ab9113e20444a2a603ee78860c12ee09e7f94 (diff) | |
meta: add ReadMe.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
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. |
