From f7d398b1a6e016048f6ca743ff3573992d0b8d70 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 28 Sep 2022 21:31:05 +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 950fbab..c67659b 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# Userspace \ No newline at end of file +# Userspace + +This repo contains the userspace programs that are part of the Fennix operating system. + +--- + +Use `Fennix` repo to build the operating system. + +```bash +git clone --recurse-submodules https://github.com/Fennix-Project/Fennix.git +```