summaryrefslogtreecommitdiffhomepage
path: root/ReadMe.md
diff options
context:
space:
mode:
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