diff --git a/README.md b/README.md index 4f6500d..771daef 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,14 @@ Feel free to [join the discussion on matrix](https://matrix.to/#/#schildichat-we ## Building SchildiChat Web/Desktop -This particular repo is a wrapper project for element-desktop, element-web, matrix-react-sdk and matrix-js-sdk in order to build SchildiChat Web **and** Desktop. +This particular repo is a wrapper project for element-desktop, element-web, matrix-react-sdk and matrix-js-sdk. It's the recommended starting point to build SchildiChat for Web **and** Desktop. + +
schildichat-desktop <-- this repo (recommended starting point to build SchildiChat for Web and Desktop)
+|-- element-desktop (electron wrapper)
+|-- element-web ("skin" for matrix-react-sdk)
+|-- matrix-react-sdk (most of the development happens here)
+`-- matrix-js-sdk (Matrix client js sdk)
+
### Install dependencies