Information about branches

This commit is contained in:
su-ex 2021-09-21 14:48:36 +02:00 committed by GitHub
parent bf43efd0f3
commit c5d87b2e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```