diff --git a/README.md b/README.md
index 6d291e0..40c3a71 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,38 @@ This repository contains all the patches and theming that make up LibreWolf, as
## LibreWolf overview
-![](https://gitlab.com/librewolf-community/browser/source/uploads/93977acd8a6165b04efb85205c5c83b1/lw.png)
+```mermaid
+graph LR
+ FFSRC(Firefox Source)
+
+ FFSRC--Tarball--->Source
+
+ subgraph librewolf-community/
+ Settings(Settings)--"librewolf.cfg
policies.json"-->Source
+ Website(Website
- Documentation
- FAQ)
+ subgraph browser/
+ Source(Source
- Patches
- Theming
- Build scripts)
+ bsys6(bsys6
New Docker building
repository)
+ bsys5(bsys5
Old Docker building
repository)
+ AppImage
+ Arch
+ end
+ end
+ Website-->librewolf.net
+ Source--"Source tarball"-->bsys6 & bsys5
+ AppImage--".appimage"-->librewolf.net
+ bsys6--"Windows setup.exe"--->librewolf.net
+ bsys6--"Windows portable.zip"--->librewolf.net
+ bsys6--"Windows .msix"--->MS("Microsoft Store")
+ bsys6--"Windows .nupkg"--->Chocolatey
+ bsys6--"Linux binary tarball"--->Flathub
+ bsys6--"Linux binary tarball"--> AppImage
+ bsys6--"Linux binary tarball for `librewolf-bin`"--> Arch
+ Source--"Source tarball for `librewolf`"-->Arch
+ Arch-->AUR
+ bsys5--"Linux .deb"--->deb.librewolf.net
+ bsys5--"Linux .rpm"--->rpm.librewolf.net
+```
## Active repositories and projects