From bd63523d99538d6d11effee31a2e525e8f7d6a96 Mon Sep 17 00:00:00 2001 From: su-ex Date: Tue, 21 Sep 2021 15:04:35 +0200 Subject: [PATCH] Make the different branches even more clear --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 863d4c7e..a7f93cfa 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ Feel free to [join the discussion on matrix](https://matrix.to/#/#schildichat-we 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. +The `master` branch contains the latest release. +Development happens in the `sc` branch, which might be **broken at any time**! +
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)
@@ -75,8 +78,7 @@ To notarize a build with Apple set `NOTARIZE_APPLE_ID` to your AppleID and set t
 
 ### Initial setup
 
-The `master` branch does contain the latest release.
-The development happens in the `sc` branch, which might be broken any time!
+As already noted above, **`master` contains the latest release** and **`sc` is the development branch**!
 
 ```
 git clone -b master --recurse-submodules https://github.com/SchildiChat/schildichat-desktop.git