We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d558bb commit 9b5a8c9Copy full SHA for 9b5a8c9
README.md
@@ -19,18 +19,26 @@ web](https://leanpub.com/the-tao-of-tmux/read).
19
20
# Installation
21
22
-## Pip
+pip:
23
24
```console
25
$ pip install --user tmuxp
26
```
27
28
-## Homebrew
+Homebrew:
29
30
31
$ brew install tmuxp
32
33
34
+Debian / ubuntu:
35
+
36
+```console
37
+$ sudo apt install tmuxp
38
+```
39
40
+Find the package for your distro on repology: https://repology.org/project/tmuxp/versions
41
42
# Load a tmux session
43
44
Load tmux sessions via json and YAML,
0 commit comments