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.