From 988a6eb6d224815acdf5b10a71c6a1c70d1ec9d5 Mon Sep 17 00:00:00 2001 From: Lyubomyr Kardash Date: Fri, 24 Feb 2023 12:40:49 +0200 Subject: [PATCH 1/2] Deprecation of 'go get' for installing executables --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5838000..0666f85 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ stages: If you have a Go environment installed and configured, you can use `go get` to install the latest package of this project: ``` -$ go get -u github.com/namely/k8s-pipeliner/cmd/k8s-pipeliner +$ go install github.com/namely/k8s-pipeliner/cmd/k8s-pipeliner ``` To use it: From d6c5d0b6bfda2fc9f635feffd19dd2094a71fd2a Mon Sep 17 00:00:00 2001 From: Lyubomyr Kardash Date: Fri, 24 Feb 2023 16:39:42 +0200 Subject: [PATCH 2/2] touch