summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-08 11:41:40 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-08 11:43:00 +0100
commit0882b2456b2023f92e90abe1b1cc425bba36712c (patch)
tree8db58ee62690143818bb27fd3d36ee1eb9bfad8a /README.md
parented4ad3ecdd446d2f60a9b671a43b0e7ec32f2a04 (diff)
feat: c++front: Finalized C++Front for Nectar C++.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ae47c45..248803b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# Nectar
-![CI](https://github.com/amlel-el-mahrouss/cc/actions/workflows/necti-dev.yml/badge.svg)
+![CI](https://github.com/amlel-el-mahrouss/cc/actions/workflows/nectar-dev.yml/badge.svg)
[![License: GPL-3.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)
## Structure:
@@ -33,8 +33,8 @@ Always use `format.sh` before commiting and pushing your code!
Run the following:
```sh
-git clone git@github.com:nekernel-org/necti.git
-cd necti
+git clone git@github.com:nekernel-org/nectar.git
+cd nectar
# Either build the debugger or compiler libraries/tools using nebuild.
```
@@ -48,7 +48,7 @@ And build the source tree using the NeBuild system.
## Authors & Credits
- **Amlal El Mahrouss** — Lead Developer and Compiler Architect.
-- [Full contributor list](https://github.com/nekernel-org/necti/graphs/contributors)
+- [Full contributor list](https://github.com/nekernel-org/nectar/graphs/contributors)
---