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 +```