diff options
| -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. |
