Skip to content

Commit

Permalink
Make the different branches even more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex authored Sep 21, 2021
1 parent c5d87b2 commit bd63523
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**!

<pre><code><b>schildichat-desktop</b> <i>&lt;-- this repo</i> (recommended starting point to build SchildiChat for Web <b>and</b> Desktop)
|-- <a href="https://github.com/SchildiChat/element-desktop">element-desktop</a> (electron wrapper)
|-- <a href="https://github.com/SchildiChat/element-web">element-web</a> ("skin" for matrix-react-sdk)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bd63523

Please sign in to comment.