From 5454d0edcae82e4f1e9d470367d53fd5d3d77faf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 23 Aug 2024 14:10:07 +0300 Subject: fix install instructions --- doc/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/quickstart.md') 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 ``` -- cgit v1.2.3