Skip to content
Update Install From Source Guide authored by Andrew Zaech's avatar Andrew Zaech
......@@ -16,11 +16,21 @@ Open a new terminal
```
**Step 2 - Choose a branch**
Master branch (for GNOME version 42 and above):
Master branch (for GNOME version 45):
```markdown
Run `git clone https://gitlab.com/arcmenu/ArcMenu.git`
```
gnome-42/43/44 branch (for GNOME version 42, 43, 44):
```markdown
Run `git clone --single-branch --branch gnome-42/43/44 https://gitlab.com/arcmenu/ArcMenu.git`
```
gnome-40/41 branch (for GNOME version 40 and 41):
```markdown
Run `git clone --single-branch --branch gnome-40/41 https://gitlab.com/arcmenu/ArcMenu.git`
```
gnome-3.36/3.38 branch (for GNOME versions 3.36 and 3.38):
```markdown
Run `git clone --single-branch --branch gnome-3.36/3.38 https://gitlab.com/arcmenu/ArcMenu.git`
......@@ -56,9 +66,13 @@ 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:
```
* **[Master branch (GNOME 42 and above) .zip file](https://gitlab.com/arcmenu/ArcMenu/-/archive/master/ArcMenu-master.zip)**
* **[Master branch (GNOME 45)](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-40/41 branch (GNOME 40 and 41)](https://gitlab.com/arcmenu/ArcMenu/-/archive/gnome-40/41/ArcMenu-gnome-40-41.zip)**
* **[gnome-3.36/3.38 branch .zip file](https://gitlab.com/arcmenu/ArcMenu/-/archive/gnome-3.36/3.38/ArcMenu-gnome-3.36-3.38.zip)**
* **[gnome-3.36/3.38 branch](https://gitlab.com/arcmenu/ArcMenu/-/archive/gnome-3.36/3.38/ArcMenu-gnome-3.36-3.38.zip)**
**Step 2**
```markdown
......
......