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 29d0547 commit 06b4f5dCopy full SHA for 06b4f5d
doc/quickstart.rst
@@ -4,12 +4,29 @@
4
Quickstart
5
==========
6
7
+Installation
8
+------------
9
+
10
+Assure you have at least tmux **>= 1.8** and python **>= 2.6**.
11
12
+.. code-block::
13
14
+ $ pip install tmuxp
15
16
+You can upgrade to the latest release with:
17
18
19
20
+ $ pip install tmuxp -U
21
22
+Then install :ref:`bash_completion`.
23
24
CLI
25
---
26
27
.. seealso:: :ref:`examples`, :ref:`cli`, :ref:`bash_completion`.
28
-tmuxp launches sessions from a configuration file.
29
+tmuxp launches workspaces / sessions from JSON and YAML files.
30
31
Configuration files can be stored in ``$HOME/.tmuxp`` or in project
32
directories as ``.tmuxp.py``, ``.tmuxp.json`` or ``.tmuxp.yaml``.
0 commit comments