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