From 4956057d04752a29d41beca78ac863d1d08692b4 Mon Sep 17 00:00:00 2001 From: avdb <60188643+avdb13@users.noreply.github.com> Date: Sat, 11 Dec 2021 19:26:48 +0000 Subject: [PATCH] installing executables with 'go get' is deprecated go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead. For more information, see https://golang.org/doc/go-get-install-deprecation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab5d605..11d47e7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ assets page. ### Via Go ```bash -go get -u github.com/six-ddc/plow +go install github.com/six-ddc/plow@latest ``` ### Via Homebrew