Update README.md

This commit is contained in:
Alex
2022-09-28 21:31:24 +03:00
parent 393754d182
commit b766196550
5 changed files with 35 additions and 4 deletions

View File

@ -1 +1,32 @@
# Fennix
# Fennix
Opeating System from scratch made in C and C++
---
#### How to compile & run
- Clone repo using:
```bash
git clone --recurse-submodules https://github.com/Fennix-Project/Fennix.git
```
- Build the cross-compiler and other tools:
```bash
make tools
```
- Compile using:
```bash
make build
```
- Run using:
```bash
make run
```
- Clean using:
```bash
make clean
```