blob: 97a5750a36b088eafd46f5348837204a0f434081 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# NeKernel C/C++

[](LICENSE)
## Notice for Documentation:
- Use the doxygen command to build documentation.
## Notice for Contributors:
- Always use `format.sh` before commiting and pushing your code!
## Requirements:
- [CLang](https://clang.llvm.org/)
- [GIT](https://git-scm.com/)
- [BTB](https://github.com/nekernel-org/btb)
## Cloning:
```
git clone git@github.com:nekernel-org/cc.git
```
###### Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
|