mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update README and man page
This commit is contained in:
parent
998288187c
commit
b95df7712b
2 changed files with 11 additions and 4 deletions
13
README
13
README
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ By default tio automatically connects to the provided device if present. If the
|
|||
|
||||
However, if the
|
||||
.B \-\-no\-autoconnect
|
||||
option is provided tio will exit if the device is not present or exit if an established connection is lost.
|
||||
option is provided tio will exit if the device is not present or an established connection is lost.
|
||||
|
||||
.TP
|
||||
.BR \-l ", " "\-\-log " \fI<filename>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue