From 16b8e298d09e7e262cf7a626fb2a9f10a0e1c88c Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Fri, 29 May 2026 22:51:20 +0300 Subject: [PATCH] docs: update README to reflect source ownership model --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aac879e362..dbdfe6b9dc 100644 --- a/README.md +++ b/README.md @@ -123,10 +123,10 @@ Red Bear OS uses a **full fork** model. Upstream Redox sources are frozen and ar ``` local/ -├── patches/ # Durable changes to upstream source trees -├── recipes/ # Custom packages (drivers, GPU, system) -├── docs/ # Integration and planning docs -└── scripts/ # Build, test, and release tooling +├── sources/ # Red Bear source forks (git repos, directly editable) +├── recipes/ # Custom packages (drivers, GPU, system) +├── docs/ # Integration and planning docs +└── scripts/ # Build, test, and release tooling ``` We welcome contributions made with or without AI assistance — we care about **quality**, not how the code was produced.