From bc094b39c7ac5f862eafe3b32c3fb66776209b90 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 28 Sep 2022 21:31:03 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6e2aaca..4bfd319c 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# Lynx \ No newline at end of file +# Lynx + +Bootloader for [Fennix](https://github.com/Fennix-Project/Fennix). + +--- + +Currently under development. + +Use `Fennix` repo to build the operating system. + +```bash +git clone --recurse-submodules https://github.com/Fennix-Project/Fennix.git +```