From f4f3f0ee0b036e8c771bbd9e4f0a59ab729d7a0c Mon Sep 17 00:00:00 2001 From: Hubert Stefanski Date: Tue, 14 Apr 2020 10:59:18 +0100 Subject: [PATCH] change dep to gomod in steps for the Running Locally section of the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2830f366..fce384bb 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ The example application provides three endpoints that will produce more metrics: You can run the Operator locally against a remote namespace. The name of the namespace should be `application-monitoring`. To run the operator execute: ```sh -$ make setup/dep +$ make setup/gomod $ make cluster/install/local $ make code/run ```