From 149b72e9b581ccfb2e1a00a176a8991343dc6989 Mon Sep 17 00:00:00 2001 From: Robert Laszczak Date: Sat, 24 Aug 2024 14:32:16 +0200 Subject: [PATCH] update mill install command (#452) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update mill install command * Update mill's README.md --------- Co-authored-by: Miłosz Smółka --- tools/mill/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mill/README.md b/tools/mill/README.md index 2c7c9f39c..1888476ca 100644 --- a/tools/mill/README.md +++ b/tools/mill/README.md @@ -16,7 +16,7 @@ See Watermill's [Supported Pub/Subs](https://watermill.io/pubsubs) for more deta To install this tool, just execute: ```bash -go get -u github.com/ThreeDotsLabs/watermill/tools/mill +go install github.com/ThreeDotsLabs/watermill/tools/mill@latest ``` This will install a `mill` binary in your system.