summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-22 13:55:02 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-22 13:55:02 +0100
commit917b2ee06b366ce9638f75d5e3a6a95ce507f286 (patch)
tree9f999396ac85a8b55a495ce54f736ea66ce9da4e
parente2647ee4bea8ae8a817a15ea4ed469e61808e13f (diff)
chore: reworking README.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f21424..95da449 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Always use `format.sh` before commiting and pushing your code!
Run the following:
```sh
-git clone git@github.com:nekernel-org/nectar.git
+git clone -j8 git@github.com:nekernel-org/nectar.git
cd nectar
# Either build the debugger or compiler libraries/tools using nebuild.
```