Skip to content

Update installation methods in README.rst and in docs/quickstart.rst #681

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,20 @@ available on Leanpub and `Amazon Kindle`_. Read and browse the book for free
Installation
------------

Pip
^^^

.. code-block:: shell

$ pip install --user tmuxp

Homebrew
^^^^^^^^

.. code-block:: shell

$ brew install tmuxp

Load a tmux session
-------------------

Expand Down
6 changes: 6 additions & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

$ brew install tmuxp

CLI
---

Expand Down