From fd790178a15f3cbec02279a6327d979919ea3372 Mon Sep 17 00:00:00 2001 From: "Victor A." <52110451+cs50victor@users.noreply.github.com> Date: Fri, 22 Mar 2024 13:15:52 -0400 Subject: [PATCH] docs: add disclaimer to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb6cae2..04cd46f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # os1 an AGI operating system -> focusing on M1/M2 chips +> [!IMPORTANT] +> This project is currently in a very early development/experimental stage. There are a lot of unimplemented/broken features at the moment. Contributions are welcome to help out with the progress!