Skip to content

Commit d108625

Browse files
authored
Include Homebrew in installation methods (#681)
1 parent 100389f commit d108625

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,20 @@ available on Leanpub and `Amazon Kindle`_. Read and browse the book for free
1313
Installation
1414
------------
1515

16+
Pip
17+
^^^
18+
1619
.. code-block:: shell
1720
1821
$ pip install --user tmuxp
1922
23+
Homebrew
24+
^^^^^^^^
25+
26+
.. code-block:: shell
27+
28+
$ brew install tmuxp
29+
2030
Load a tmux session
2131
-------------------
2232

docs/quickstart.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ You can upgrade to the latest release with:
2121
2222
Then install :ref:`completion`.
2323

24+
If you are a Homebrew user you can install it with:
25+
26+
.. code-block:: bash
27+
28+
$ brew install tmuxp
29+
2430
CLI
2531
---
2632

0 commit comments

Comments
 (0)