diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-11-20 16:55:01 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-11-20 16:55:01 +0000 |
| commit | 6cd32a40fed4b82ffcbfbf22edf94baf674badf7 (patch) | |
| tree | c52e2747d2bad163f8ac2fcde26a75fb13d9e7c7 /doc/quickstart.md | |
| parent | 46746e4630f3d7cd968c74645a28cc64c6930767 (diff) | |
| parent | 585ee676cbba0f36d60fc8db2aa2fd82ba378d13 (diff) | |
Merge branch 'develop' of https://github.com/snonux/dtail into develop
Diffstat (limited to 'doc/quickstart.md')
| -rw-r--r-- | doc/quickstart.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/quickstart.md b/doc/quickstart.md index 733442f..6baedbb 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -16,7 +16,7 @@ On Linux you need to install the libacl development library for file system ACL To compile and install all DTail binaries directly from GitHub run: ```console -% for cmd in dcat dgrep dmap drun dtail dserver; do +% for cmd in dcat dgrep dmap dtail dserver; do go get github.com/mimecast/dtail/cmd/$cmd; done ``` @@ -26,7 +26,6 @@ It produces the following executables in ``$GOPATH/bin``: * ``dcat``: Client for displaying whole files remotely (distributed cat) * ``dgrep``: Client for searching whole files files remotely using a regex (distributed grep) * ``dmap``: Client for executing distributed mapreduce queries (may will consume a lot of RAM and CPU) -* ``drun``: Client for executing commands on remote servers. * ``dtail``: Client for tailing/following log files remotely (distributed tail) * ``dserver``: The DTail server |
