diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-07 09:14:41 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-07 09:14:41 -0500 |
| commit | 3129aa45dfb7118de108d9a94c04b8eb9c0d4120 (patch) | |
| tree | abc22a70cd51c3afddd6d1e5fc2c8c2da6cf1407 | |
| parent | c282b4b1326aa38a833d53de74e6b489d94fe92e (diff) | |
chore: new README.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | README.md | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -1,17 +1,12 @@ # NeBoot  -[](LICENSE) -[](#) +[](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:<your-username>/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. |
