Skip to content

Commit 3e4f15f

Browse files
authored
List Pop!_Shell branches for various Ubuntu versions (#1252)
* shell: List branches for different Ubuntu versions * shell: Other minor grammar fixes * shell: Mark code block type
1 parent 4c71c35 commit 3e4f15f

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

content/pop-shell.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,25 @@ sudo apt install git node-typescript make gnome-shell-extension-prefs
2323

2424
**Note:** these instructions assume an Ubuntu-based distro; other distributions (see examples below) will use different package managers, and may have different package names.
2525

26-
Next we'll clone the repository using this command:
26+
Next, we'll clone the repository and enter the directory using these commands:
2727

2828
```bash
2929
git clone https://github.com/pop-os/shell.git
30+
cd shell
3031
```
3132

32-
Now we'll enter the directory for <u>Pop Shell</u> (called "shell") and build the package:
33+
Then, check out the appropriate branch for your version of Ubuntu. Not all Ubuntu codenames are listed; if your version isn't listed, use the closest version _before_ it in alphabetical order.
34+
35+
```bash
36+
git checkout master_focal # For Ubuntu 20.04, 20.10, 21.04, and 21.10.
37+
git checkout master_jammy # For Ubuntu 22.04, 22.10, and 23.04.
38+
git checkout master_mantic # For Ubuntu 23.10.
39+
git checkout master_noble # For Ubuntu 24.04, 24.10, and later versions.
40+
```
41+
42+
Finally, we'll enter the directory for <u>Pop Shell</u> (called "shell") and build the package:
3343

3444
```bash
35-
cd shell
3645
make local-install
3746
```
3847

@@ -50,13 +59,13 @@ sudo dnf install gnome-shell-extension-pop-shell
5059

5160
<u>Pop Shell</u> is packaged in the AUR, but for the keyboard shortcuts to work, you will need to build it from source like we did above.
5261

53-
In order to build Pop Shell from source we'll first need to install the build dependencies and <u>git</u> to clone the repository:
62+
In order to build Pop Shell from source, we'll first need to install the build dependencies and <u>git</u> to clone the repository:
5463

5564
```bash
5665
sudo pacman -S git typescript make
5766
```
5867

59-
Next we'll clone the repository using this command:
68+
Next, we'll clone the repository using this command:
6069

6170
```bash
6271
git clone https://github.com/pop-os/shell.git
@@ -94,4 +103,4 @@ gsettings set org.gnome.mutter overlay-key ''
94103
sudo pamac install gnome-shell-extension-pop-shell
95104
```
96105

97-
To learn about <u>Pop Shell</u>'s keyboard shortcuts you can view this [support article](/articles/pop-keyboard-shortcuts/). You can also view <u>Pop Shell</u>'s source code [here](https://github.com/pop-os/shell).
106+
To learn about <u>Pop Shell</u>'s keyboard shortcuts, you can view this [support article](/articles/pop-keyboard-shortcuts/). You can also view <u>Pop Shell</u>'s source code [here](https://github.com/pop-os/shell).

0 commit comments

Comments
 (0)