From 0d4c82f02d2fa1afadcc33d6f16b50103ff2b624 Mon Sep 17 00:00:00 2001 From: Uvindu Shehan Perera <44149708+uvinduperera@users.noreply.github.com> Date: Sun, 6 Aug 2023 07:23:39 +0000 Subject: [PATCH] Update for installation cmd Starting in Go 1.17, installing executable with go get is deprecated. go install may be used instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a97f194..d208ec5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ AWS, [GCE][gce-blogpost], and Kubernetes. To install the Chaos Monkey binary on your local machine: ``` -go get github.com/netflix/chaosmonkey/cmd/chaosmonkey +go install github.com/Netflix/chaosmonkey/bin/chaosmonkey@latest ``` ### How to deploy