From 96412135fdcc07e1347c8959ee81a511f1bb9688 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 28 Sep 2022 21:31:08 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ca310c..a66e149 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# Kernel \ No newline at end of file +# Kernel + +The core of the operating system. + +--- + +Use `Fennix` repo to build the operating system. + +```bash +git clone --recurse-submodules https://github.com/Fennix-Project/Fennix.git +```