From f01fd0473413d046765759dfab3a384cf25f915b Mon Sep 17 00:00:00 2001 From: Jacob Kauffmann Date: Wed, 18 Sep 2024 15:44:22 -0600 Subject: [PATCH] docs: Update list of GNOME versions & branches --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8c9e409c..a8d76ebd 100644 --- a/README.md +++ b/README.md @@ -62,15 +62,16 @@ There are additionally those who do want the traditional stacking window managem ## Installation -To install this GNOME Shell extension, you MUST have the following: +Use the branch corresponding to your GNOME Shell version (`git checkout branch_name`): -- GNOME Shell 3.36 -- TypeScript 3.8 -- GNU Make +- **GNOME 3.36 through 41:** Use the `master_focal` branch. +- **GNOME 42 through 44:** Use the `master_jammy` branch. +- **GNOME 45:** Use the `master_mantic` branch. +- **GNOME 46+:** Use the `master_noble` branch. -Proper functionality of the shell requires modifying GNOME's default keyboard shortcuts. For a local installation, run `make local-install`. +GNU Make and TypeScript are also required to build the project. -The `master_mantic` git branch corresponds to Ubuntu 23.10 and supports GNOME 45+. For GNOME 3.36 through 44 support, use the `master_jammy` branch. +Proper functionality of the shell requires modifying GNOME's default keyboard shortcuts. For a local installation, run `make local-install`. If you want to uninstall the extension, you may invoke `make uninstall`, and then open the "Keyboard Shortcuts" panel in GNOME Settings to select the "Reset All.." button in the header bar.