Skip to content
Update Install From Source Guide authored by Andrew Zaech's avatar Andrew Zaech
...@@ -6,14 +6,14 @@ Open a new terminal ...@@ -6,14 +6,14 @@ Open a new terminal
``` ```
**Step 2 - Choose a branch** **Step 2 - Choose a branch**
Master Branch: Master branch (for GNOME versions 40 and 41):
```markdown ```markdown
Run `git clone https://gitlab.com/arcmenu/ArcMenu.git` Run `git clone https://gitlab.com/arcmenu/ArcMenu.git`
``` ```
Other Branch: gnome-3.36/3.38 branch (for GNOME versions 3.36 and 3.38):
```markdown ```markdown
Run `git clone --single-branch --branch 'BRANCH_NAME' https://gitlab.com/arcmenu/ArcMenu.git` Run `git clone --single-branch --branch gnome-3.36/3.38 https://gitlab.com/arcmenu/ArcMenu.git`
``` ```
**Step 3** **Step 3**
... ...
......