From 3129aa45dfb7118de108d9a94c04b8eb9c0d4120 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 7 Dec 2025 09:14:41 -0500 Subject: chore: new README. Signed-off-by: Amlal El Mahrouss --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index acdb3ba..a5dd08d 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,12 @@ # NeBoot ![ARM64](https://github.com/nekernel-org/neboot/actions/workflows/arm64.yml/badge.svg) -[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE) -[![QEMU Tested](https://img.shields.io/badge/QEMU-Tested-success)](#) +[![License: GPL-3.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE) -# Brief +## Abstract NeBoot is a cross-platform open implementation of the EPM firmware written in C, designed with modularity and portability in mind. -## Notice for Doxygen: - -Build the documentation using Doxygen's `doxygen` CLI tool. - ## Requirements: - [Clang](https://clang.llvm.org/) @@ -19,11 +14,15 @@ Build the documentation using Doxygen's `doxygen` CLI tool. - [Git](https://git-scm.com/) - GNU Developer Utils (Make, GCC...) -## Cloning: +## Contributing: + +Please fork, and clone the repository. ```sh - git clone git@github.com:nekernel-org/neboot.git + git clone git@github.com:/neboot.git cd neboot ``` -###### Copyright 2024-2025, Amlal El Mahrouss and NeKernel.org Contributors, licensed under Apache 2.0. +And then contribute back your changes to `develop`. + +###### Copyright 2024-2025, Amlal El Mahrouss and NeKernel.org Authors, licensed under Apache 2.0. -- cgit v1.2.3