aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-04-01 23:09:26 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2015-04-01 23:09:26 -0300
commit71c358802f26cfdbb02d46138124e117f2caa9ee (patch)
tree9ec38440dcc30ba0940411c245ee6ec5e630bbdd
parent7067f19c8adfc404f0617a3e2d61b136d196f4cb (diff)
Updated README file.
-rw-r--r--README.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/README.md b/README.md
index ef975ee..ad14736 100644
--- a/README.md
+++ b/README.md
@@ -14,21 +14,25 @@ develop T, but it will *probably* work with any API-compatible versions.
* VTE 0.28
* GTK+ 2.24
-To compile T, run:
+To compile T, run
make
## Installation ##
-To install T, run (needs superuser privileges):
+To install T, run (needs superuser privileges)
make install
## Usage ##
`Td` has no invocation arguments. You just keep it running and it will listen on
-a local socket file (see `config.h`) for connections from `Tc`. `Tc` has the
-following invocation arguments:
+a local socket file (see `config.h`) for connections from `Tc`. `Tc` is invoked
+as
-`-n`
- Requests a new window; default if omitted
-`-x`
- Request daemon termination; only successful if there are no open windows
+ Tc [ARG]
+
+where `ARG` is one of the arguments in the following table.
+
+Argument | Description
+---------|-------------------------------------------------------------------------
+`-n` | Requests a new window; default if omitted
+`-x` | Request daemon termination; only successful if there are no open windows