summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-10-21 21:42:06 +0300
committerPaul Buetow <pbuetow@mimecast.com>2021-10-21 21:42:06 +0300
commit6edea198188172c603e10201aa2302a28b7b722f (patch)
treea539140b48ad054b334b5b26eb424b4c6b28be31 /README.md
parentf4207a55f71bfbcfdc532d5cdd3befaa3474a157 (diff)
mention serverless mode in the main README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6515b76..d8c18b7 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ DTail (a distributed tail program) is a DevOps tool for engineers programmed in
For secure authorization and transport encryption, the SSH protocol is used. Furthermore, DTail respects the UNIX file system permission model (traditional on all Linux/UNIX variants and also ACLs on Linux based operating systems).
-The DTail binary operates in either client or server mode. The DTail server must be installed on all server boxes involved. The DTail client (possibly running on a regular Laptop) is used interactively to connect to the servers concurrently. That currently scales to multiple thousands of servers per client.
+The DTail binary operates in either client or server mode. The DTail server must be installed on all server boxes involved. The DTail client (possibly running on a regular Laptop) is used interactively to connect to the servers concurrently. That currently scales to multiple thousands of servers per client. Furthermore, DTail can be operated in a serverless mode too. Read more about it in the documentation.
![DTail](doc/dtail.gif "Example")