Updated Home (markdown)

master
f4exb 2020-02-29 23:58:16 +01:00
rodzic 9152217125
commit d9ca1c769a
1 zmienionych plików z 1 dodań i 1 usunięć

@ -42,6 +42,6 @@ You can check [SDRangel project](https://ci.appveyor.com/project/f4exb/sdrangel)
<h2>Repository branches</h2>
- master: this is the default branch and most stable. This is the branch used to produce release artifacts.
- master: this hosts SDRangel version 4. It is the default branch and most stable. This is the branch used to produce release artifacts.
- dev: this is the development branch related to master. This can also serve as an integration branch. The continuous integration runs on this branch but artifacts stay in the CI/CD system.
- v5: this hosts SDRangel version 5 and is the tip of development. It contains latest developments and features. New features can occasionally make their way to master. However MIMO support stays specific to this branch. No artifacts are provided on this branch you will have to compile from source or build a Docker image.