summaryrefslogtreecommitdiff
path: root/doc/quickstart.md
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2024-08-23 14:23:50 +0300
committerPaul Buetow <pbuetow@mimecast.com>2024-08-23 14:23:50 +0300
commitbf78b3abffee6d49c08ca2980156afc455994969 (patch)
tree4626c791185fb48ff5a51ff2432a0060ce8f81af /doc/quickstart.md
parent7d1c4a4dec507ce12e0e56ded5ab05dd5678c8c6 (diff)
parent5454d0edcae82e4f1e9d470367d53fd5d3d77faf (diff)
mergev4.3.3
Diffstat (limited to 'doc/quickstart.md')
-rw-r--r--doc/quickstart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/quickstart.md b/doc/quickstart.md
index ea943d3..a61e75e 100644
--- a/doc/quickstart.md
+++ b/doc/quickstart.md
@@ -11,7 +11,7 @@ To compile and install all DTail binaries directly from GitHub run:
```console
% for cmd in dcat dgrep dmap dtail dserver dtailhealth; do
- go get github.com/mimecast/dtail/cmd/$cmd;
+ go get github.com/mimecast/dtail/cmd/$cmd@latest;
done
```