summaryrefslogtreecommitdiffhomepage
path: root/README.md
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++

![CI](https://github.com/amlel-el-mahrouss/cc/actions/workflows/c-cpp.yml/badge.svg)
[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](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.