Updated README

This commit is contained in:
Martin Lund 2014-10-23 11:38:12 +02:00
parent 7bef8f8a0d
commit 9ec4782416

17
README
View file

@ -16,7 +16,7 @@
2. Usage 2. Usage
The commandline interface is really simple and pretty much self explanatory The commandline interface is really simple and pretty much self explanatory
(output from 'gotty --help'): as reflected in the output from 'gotty --help':
Usage: gotty [<options>] <tty device> Usage: gotty [<options>] <tty device>
@ -37,21 +37,20 @@
The only option which requires a bit of elaboration is the --no-autoconnect The only option which requires a bit of elaboration is the --no-autoconnect
option. option.
By default the gotty application automatically connects to the provided By default gotty automatically connects to the provided device if present.
device if present. If the device is not present it will wait for it to If the device is not present it will wait for it to appear and then
appear and then connect. If the connection is lost (eg. device connect. If the connection is lost (eg. device disconnects) it will wait
disconnects) it will wait for the device to reappear and then reconnect. for the device to reappear and then reconnect.
However, if the --no-autoconnect option is provided the gotty application However, if the --no-autoconnect option is provided gotty will exit if the
will exit if the device is not present and it will also exit if an an device is not present or exit if an established connection is lost.
established connection is lost (ie. no reconnect).
Go TTY features full bash autocompletion support. Go TTY features full bash autocompletion support.
3. Download 3. Download
Find the latest release at http://gotty.io Find the latest release tarball at http://gotty.io
The latest source is available on github: The latest source is available on github:
https://github.com/gotty/gotty https://github.com/gotty/gotty