Update README and man page

This commit is contained in:
Martin Lund 2017-09-24 01:08:35 +02:00
parent 998288187c
commit b95df7712b
2 changed files with 11 additions and 4 deletions

13
README
View file

@ -2,6 +2,7 @@
################# tio - a simple TTY terminal I/O application ##################
################################################################################
1. Introduction
"tio" is a simple TTY terminal application which features a straightforward
@ -44,7 +45,7 @@
for the device to reappear and then reconnect.
However, if the --no-autoconnect option is provided tio will exit if the
device is not present or exit if an established connection is lost.
device is not present or an established connection is lost.
Tio features full bash autocompletion support.
@ -61,13 +62,19 @@
4. Installation
Install steps:
Installation steps (from source):
$ ./configure
$ make
$ make install
See INSTALL file for installation details.
See INSTALL file for more installation details.
Installation steps (binary package):
Tio comes prepackaged for various GNU/Linux distributions. Visit
https://tio.github.io to see package installation details.
5. Contributing