From c5d87b2e470711662ca0ccd8eba5dc1fb0766208 Mon Sep 17 00:00:00 2001 From: su-ex Date: Tue, 21 Sep 2021 14:48:36 +0200 Subject: [PATCH] Information about branches --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 821ed19..863d4c7 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,11 @@ 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! + ``` -git clone --recurse-submodules https://github.com/SchildiChat/schildichat-desktop.git +git clone -b master --recurse-submodules https://github.com/SchildiChat/schildichat-desktop.git cd schildichat-desktop make setup # optional step if using the other make targets ```