Skip to content
Update Install From Source Guide authored by Andrew Zaech's avatar Andrew Zaech
...@@ -16,7 +16,7 @@ Open a new terminal ...@@ -16,7 +16,7 @@ Open a new terminal
``` ```
**Step 2 - Choose a branch** **Step 2 - Choose a branch**
Master branch (for GNOME version 45): Master branch (for GNOME version 45 and 46):
```markdown ```markdown
Run `git clone https://gitlab.com/arcmenu/ArcMenu.git` Run `git clone https://gitlab.com/arcmenu/ArcMenu.git`
``` ```
...@@ -66,7 +66,7 @@ ArcMenu may also need to be enabled after installing by using gnome-tweaks, the ...@@ -66,7 +66,7 @@ ArcMenu may also need to be enabled after installing by using gnome-tweaks, the
Download the correct ArcMenu branch for your GNOME shell version below: Download the correct ArcMenu branch for your GNOME shell version below:
``` ```
* **[Master branch (GNOME 45)](https://gitlab.com/arcmenu/ArcMenu/-/archive/master/ArcMenu-master.zip)** * **[Master branch (GNOME 45 and 46)](https://gitlab.com/arcmenu/ArcMenu/-/archive/master/ArcMenu-master.zip)**
* **[gnome-42/43/44 branch (GNOME 42, 43, 44)](https://gitlab.com/arcmenu/ArcMenu/-/archive/gnome-42/43/44/ArcMenu-gnome-42-43-44.zip)** * **[gnome-42/43/44 branch (GNOME 42, 43, 44)](https://gitlab.com/arcmenu/ArcMenu/-/archive/gnome-42/43/44/ArcMenu-gnome-42-43-44.zip)**
... ...
......