lazanet / multi-monitors-add-on

GNU General Public License v2.0
45 stars 11 forks source link

README conflicting versions #6

Open tomasalagoa opened 3 months ago

tomasalagoa commented 3 months ago

I'm trying to install this extension on GNOME 42.9

$ gnome-shell --version

GNOME Shell 42.9

and when looking for the correct branch to install from, the master branch's README says

Versions
Branch [master](https://github.com/lazanet/multi-monitors-add-on/tree/master) contains extension for GNOME 46
Branch [gnome-42_44](https://github.com/lazanet/multi-monitors-add-on/tree/gnome-42_44) contains extension for GNOME 42, 43, 44
...

implying the correct branch to install this extension from is gnome-42_44, but the gnome-42_44 branch's README says

Versions
Branch [master](https://github.com/lazanet/multi-monitors-add-on/tree/master) contains extension for GNOME 42, 43, 44
Branch [gnome-3-32_3-36](https://github.com/spin83/multi-monitors-add-on/tree/gnome-3-32_3-36) contains extension for GNOME 3.32, 3.34 and 3.36
...

implying the master branch is actually the correct version to install this extension from. I assume the latter's master branch is referring to itself but it is not very clear.