We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100389f commit d108625Copy full SHA for d108625
README.rst
@@ -13,10 +13,20 @@ available on Leanpub and `Amazon Kindle`_. Read and browse the book for free
13
Installation
14
------------
15
16
+Pip
17
+^^^
18
+
19
.. code-block:: shell
20
21
$ pip install --user tmuxp
22
23
+Homebrew
24
+^^^^^^^^
25
26
+.. code-block:: shell
27
28
+ $ brew install tmuxp
29
30
Load a tmux session
31
-------------------
32
docs/quickstart.rst
@@ -21,6 +21,12 @@ You can upgrade to the latest release with:
Then install :ref:`completion`.
+If you are a Homebrew user you can install it with:
+.. code-block:: bash
CLI
---
0 commit comments