summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-02-18 12:09:41 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-02-18 12:09:41 +0100
commit6a9ae8360b9c7757b756be6cc41c77982344b0c6 (patch)
treeceaaa4f86f3e097f955d562c325d60222ff4751a /ReadMe.md
parentf471cf287fdef515ced7357aca2f3f47f284998f (diff)
ADD: A better thread scheduler.
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ReadMe.md b/ReadMe.md
index f5c016b4..4417ce78 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -19,7 +19,7 @@ An OS written in C++ 20, with a System Call Interface Library, and a custom boot
Clone repository:
```
-git clone git@github.com:mediaswirl/nekernel.git
+git clone git@github.com:devrije/nekernel.git
cd nekernel
```