Update README.md
This commit is contained in:
parent
2ce7c93832
commit
284759fae1
17
README.md
17
README.md
|
@ -4,6 +4,23 @@
|
|||
[![Build Status](https://travis-ci.org/moul/gotty-client.svg?branch=master)](https://travis-ci.org/moul/gotty-client)
|
||||
[![GoDoc](https://godoc.org/github.com/moul/gotty-client?status.svg)](https://godoc.org/github.com/moul/gotty-client)
|
||||
|
||||
```
|
||||
+----------------+ +----------------+ +-------------+
|
||||
| | | +---------> /bin/bash |
|
||||
+---> Browser -----+ | gotty | | +-------------+
|
||||
+-------+ | | | | | | |
|
||||
| | | +----------------+ | | | | +-------------+
|
||||
| Bob +---+ +--->---websockets+---------> /bin/bash |
|
||||
| | | +================+ | | | | +-------------+
|
||||
+-------+ | |................| | | | |
|
||||
+--->..gotty-client.-----+ | | | +-------------+
|
||||
|................| | +---------> /bin/bash |
|
||||
+================+ +----------------+ +-------------+
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue