Skip to content

Commit 9b5a8c9

Browse files
committed
docs(README): Tweaks
1 parent 4d558bb commit 9b5a8c9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,26 @@ web](https://leanpub.com/the-tao-of-tmux/read).
1919

2020
# Installation
2121

22-
## Pip
22+
pip:
2323

2424
```console
2525
$ pip install --user tmuxp
2626
```
2727

28-
## Homebrew
28+
Homebrew:
2929

3030
```console
3131
$ brew install tmuxp
3232
```
3333

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+
3442
# Load a tmux session
3543

3644
Load tmux sessions via json and YAML,

0 commit comments

Comments
 (0)