Updated README

This commit is contained in:
Martin Lund 2016-05-07 14:44:02 +02:00
parent acc4d6f80f
commit 94073f7d58

14
README
View file

@ -1,4 +1,4 @@
=== tio - the simple TTY terminal I/O application === === tio - The simple TTY terminal I/O application ===
1. Introduction 1. Introduction
@ -10,6 +10,7 @@
It was created because the author needed a simple no-nonsense TTY It was created because the author needed a simple no-nonsense TTY
terminal application to easily connect to various terminal TTY devices. terminal application to easily connect to various terminal TTY devices.
2. Usage 2. Usage
The commandline interface is straightforward as reflected in the output The commandline interface is straightforward as reflected in the output
@ -33,8 +34,8 @@
In session, press ctrl-t + q to quit. In session, press ctrl-t + q to quit.
The only option which requires a bit of elaboration is the --no-autoconnect The only option which requires a bit of elaboration is perhaps the
option. --no-autoconnect option.
By default tio automatically connects to the provided device if present. By default tio automatically connects to the provided device if present.
If the device is not present it will wait for it to appear and then If the device is not present it will wait for it to appear and then
@ -51,8 +52,7 @@
Find the latest release tarball at http://tio.github.io Find the latest release tarball at http://tio.github.io
The latest source is available on github: The latest source is available on github: https://github.com/tio/tio
https://github.com/tio/tio
4. Installation 4. Installation
@ -84,6 +84,6 @@
8. Authors 8. Authors
Written by Martin Lund <martin.lund@keep-it-simple.com> Created by Martin Lund <martin.lund@keep-it-simple.com>
See the AUTHORS file for full list of authors (including contributors). See the AUTHORS file for full list of authors.