You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** these instructions assume an Ubuntu-based distro; other distributions (see examples below) will use different package managers, and may have different package names.
25
25
26
-
Next we'll clone the repository using this command:
26
+
Next, we'll clone the repository and enter the directory using these commands:
27
27
28
28
```bash
29
29
git clone https://github.com/pop-os/shell.git
30
+
cd shell
30
31
```
31
32
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:
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