summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 12:02:43 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-05 12:02:43 -0500
commit26783733863f62c468a4c8cb2853badd54e30a39 (patch)
tree1ea2b2e1f7cb1ae91253891cb933452f543097f5 /ReadMe.md
parentfd769c763ff01b8355570e044e818d291bc8b648 (diff)
chore: rename README.mdv0.0.8
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md33
1 files changed, 0 insertions, 33 deletions
diff --git a/ReadMe.md b/ReadMe.md
deleted file mode 100644
index 0a3eb57..0000000
--- a/ReadMe.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# NeBuild
-
-![CI](https://github.com/nekernel-org/nebuild/actions/workflows/c-cpp.yml/badge.svg)
-![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)
-
-## Requirements:
-
-- GNU C++
-- GNU Make
-
-## Guide (GNU Make):
-
-- Run make `build-nebuild-core` and `build-nebuild` to build from source.
-
-## Guide (NeBuild):
-
-- Run `nebuild` and pass the path to the manifest file to build from source:
-
-```sh
-nebuild targets/osx.json
-```
-
-## Guide (CMake):
-
-- Use CMake to build `nebuild` from source:
-
-```zsh
-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.