summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-26 17:40:25 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-26 17:40:25 +0100
commit5b972c4818f5bbcff5537c1fc3866f548647a3ef (patch)
tree207c5c7d7ef2f8e89c87f47f1b665e96e6f0d436 /ReadMe.md
parent0476248f648ccddea9bdf9bae9095c3231e6643d (diff)
Update ReadMe, fix Seeker API.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/ReadMe.md b/ReadMe.md
new file mode 100644
index 00000000..3e56ecef
--- /dev/null
+++ b/ReadMe.md
@@ -0,0 +1,19 @@
+# h-core
+
+## Microkernel and it's components source code.
+
+Start by cloning the repo:
+
+```
+git clone git@github.com:Mahrouss-Logic/h-core.git
+```
+
+And execute:
+
+```
+make all
+```
+
+You'd also need mp-cc tools, to build and link the components.
+
+##### Copyright 2024, Mahrouss Logic, all rights reserved. \ No newline at end of file